Releases: GSA-TTS/terraform-cloudgov
Releases · GSA-TTS/terraform-cloudgov
v1.1.0
v1.0.0
v0.9.1 - JSON parameter fixes
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
What's Changed
- Adds
json_params
as an input by @asteel-gsa in #33
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
You can now specify a number of instances when instantiating the clamav module. Bumping to 0.8.0 per semver!
What's Changed
- Update readme for tags in v7.1 by @asteel-gsa in #30
- Add instances for clamav by @asteel-gsa in #31
Full Changelog: v0.7.1...v0.8.0
Add optional `tags` to service instances
Adds an optional tags
value to be added to $VCAP_SERVICES
for the following modules:
- database
- domain
- redis
- s3
domain module supports hostnames
What's Changed
Full Changelog: v0.6.0...v0.7.0
ClamAV module accepts proxy attributes
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