Skip to content

Releases: rhythmictech/terraform-aws-atlassian-bitbucket

v0.7.0

05 Dec 16:21
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
Removed template provider

v0.6.0

08 Nov 21:36
b7ddd58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.6.0

v0.5.6

14 Apr 13:38
5356f97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

28 Feb 14:54
fcec5ba
Compare
Choose a tag to compare

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

28 Feb 00:50
87a189f
Compare
Choose a tag to compare

What's Changed

  • bump submodule version by @sblack4 in #12
    Allows more db parameter attributes to be set

Full Changelog: v0.5.3...v0.5.4

v0.5.3

28 Feb 00:28
9463db6
Compare
Choose a tag to compare

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

30 Aug 01:15
Compare
Choose a tag to compare
add longer wait time before trying to mount

v0.5.1 - fix permissions when remounting EBS

29 Aug 18:42
c809b5c
Compare
Choose a tag to compare

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

22 Jul 15:34
a36913e
Compare
Choose a tag to compare

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

13 May 20:27
2eae507
Compare
Choose a tag to compare
  • Merge pull request #8 from rhythmictech/ENG-1958

    add access logs vars