Terraform Provider Cloudfoundry Versions Save

A terraform provider to manage a Cloud Foundry instance.

v0.11.2

5 years ago

/!\ still for migration purpose

Fix refresh token with setup resource

v0.11.1

5 years ago

/!\ still for migration purpose

Can retrieve first isolation segment in data source

v0.11.0

5 years ago

/!\ still for migration purpose

Better implementation of isolation segment

v0.10.2

5 years ago

This build is only here for migration to new provider

Bug Fix:

  • Refresh token is now used when performing request

v0.10.1

5 years ago

This build is only here for migration to new provider

Build with terraform 11.7

v0.10.0

6 years ago

Fixes:

  • App data source does not complain about path
  • Add missing healt_check_timeout in app client
  • war file are marked as zip file

Changes:

  • environment variables for services and app are marked as sensitive
  • Add cloudfoundry_organizations data source to retrieve all orgs
  • Add cloudfoundry_spaces data source to retrieve all spaces
  • Add cloudfoundry_domains data source to retrieve all domains
  • Build compiled with terraform 0.10.7

v0.9.1

6 years ago

Fix:

  • in apps resource when an app already exists but terraform need to "create" it, app bits wasn't override by the provider. This is now fixed

v0.9.0

6 years ago

Feature:

  • apps resource can now use as file:
    • tar file from an url
    • gzipped tar file from an url
    • git repository from an https git url (no ssh)

v0.8.5

6 years ago
  • Fix timeout set for http handler when downloading zip file inside the bits manager
  • Build the provider in go 1.9

v0.8.4

6 years ago

Fix:

  • Password update in service broker stop to update all the time