Terraform Provider Cloudfoundry Versions Save

A terraform provider to manage a Cloud Foundry instance.

v0.8.3

6 years ago

Changes:

  • Service broker resource can create a space scoped service broker by setting space_id (service_access will be ignored)

Bug fix:

  • Routes resource deletion was failing in some cases if service_id was set
  • Routes resource could not be created with service_id (only updated)

v0.8.2

6 years ago

Changes:

  • Better way to handle environment variables when using apps resource

v0.8.1

6 years ago

introduce a fix for resources do not care about unknown binding

This provider is idempotent and deleting/mark as modified behaviour should be done only if things was managed in terraform. This permit user to add, out of terraform, other configurations which should have no effect on terraform

Apps resource was deleting routes and services bound when terraform didn't know them or simply mark resource as modified when routes and services was bound out of terraform Spaces resource was deleting security groups set to the space was deleted or marked as modified when security groups was changed out of terraform (or if global security group was set by administrator)

Now the provider will simply ignore all things which was not referenced with terraform.

v0.8.0

6 years ago

Changes:

WARNING

terraform 0.10.1 introduce a regression when your configuration is in verbose mode, you must skip this version and use terraform 0.10.2

v0.7.4

6 years ago

Changes:

  • Service broker can see if password change but not remotely, it will check if the password change in terraform state

v0.7.3

6 years ago

Bug fix:

  • Service broker will no longer update all the time when catalog is accessible

v0.7.0

6 years ago

new resources:

  • isolation segments

new data source:

  • organization
  • space
  • quota
  • security group
  • buildpack
  • service broker
  • domain
  • route
  • service
  • isolation segment
  • stack

Note: We only support terraform 0.9.* now

v0.6.0

6 years ago

New resources:

  • routes
  • domains
  • services
  • feature flags

Improvement:

  • Improve request for reading resource on cf

v0.5.6

7 years ago

Fixes:

v0.5.5

7 years ago

Change:

  • Build on travis is made without C referenced to GO (CGO disabled)

Fix: