Skip to content

Releases: GSA-TTS/terraform-cloudgov

v1.1.0

11 Oct 16:38
bc66708
Compare
Choose a tag to compare

New features

What else has changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 May 18:01
e0f0e22
Compare
Choose a tag to compare

v1.0.0!

What's Changed

  • Update cf provider & remove deprecated option by @rahearn in #36
  • Remove semver module by @mogul in #32
  • Optionally allow specifying 0:n target apps for domain service by @rahearn in #39

Full Changelog: v0.9.1...v1.0.0

v0.9.1 - JSON parameter fixes

18 Mar 20:16
f7f1bd4
Compare
Choose a tag to compare

What's Changed

  • Explicitly make JSON conversion the user's responsibility, matching the examples in the README.

Full Changelog: v0.9.0...v0.9.1

v0.9.0

18 Mar 19:03
483ff0e
Compare
Choose a tag to compare

What's Changed

Instead of manually doing cf update-service ${service_name} -c '{"key":"value"}' lets do it with terraform allowing us to specify additional arguments in json format.

Full Changelog: v0.8.0...v0.9.0

clamav module supports multiple instances

27 Feb 20:38
1a9d62c
Compare
Choose a tag to compare

You can now specify a number of instances when instantiating the clamav module. Bumping to 0.8.0 per semver!

What's Changed

Full Changelog: v0.7.1...v0.8.0

Add optional `tags` to service instances

06 Dec 15:14
f86968f
Compare
Choose a tag to compare

Adds an optional tags value to be added to $VCAP_SERVICES for the following modules:

  • database
  • domain
  • redis
  • s3

domain module supports hostnames

13 Jun 15:08
7db01d5
Compare
Choose a tag to compare

What's Changed

  • Support hostname when setting up a route+domain service by @mogul in #27

Full Changelog: v0.6.0...v0.7.0

ClamAV module accepts proxy attributes

07 Jun 20:44
502f512
Compare
Choose a tag to compare

What's Changed

  • Use rolling strategy for deployment by @mogul in #19
  • Make proxy for freshclam configurable by @mogul in #25

Full Changelog: v0.5.2...v0.6.0