Releases: rhythmictech/terraform-aws-atlassian-bitbucket
Releases · rhythmictech/terraform-aws-atlassian-bitbucket
v0.7.0
Removed template provider
v0.6.0
v0.5.6
v0.5.5
What's Changed
terraform state mv \
'module.bitbucket.module.bitbucketdb.aws_db_instance.this_ignore_engine_version[0]' \
'module.bitbucket.module.bitbucketdb.aws_db_instance.this_ignore[0]'
Full Changelog: v0.5.4...v0.5.5
v0.5.4
v0.5.3
What's Changed
When upgrading run this command
terraform state mv 'module.bitbucket.module.bitbucketdb.aws_db_instance.this' 'module.bitbucket.module.bitbucketdb.aws_db_instance.this_ignore_engine_version[0]'
New Contributors
Full Changelog: v0.5.2...v0.5.3
v0.5.2 - Increase wait time before remounting EBS volume
add longer wait time before trying to mount
v0.5.1 - fix permissions when remounting EBS
EBS mount permissions sometimes get out of wack when provisioning a new node, so this fix to user data ensures they don't.
Add support for split load balancers / ALBs
ALBs can be used with WAF, which is nice. And sometimes you might want HTTPS vs SSH on different networks. You can do that now.
v0.4.0: Merge pull request #8 from rhythmictech/ENG-1958
-
Merge pull request #8 from rhythmictech/ENG-1958
add access logs vars