Skip to content

Releases: vivantehealth/terraform-gcp-stack

v11.8.0

11 Oct 06:44
b700b5b
Compare
Choose a tag to compare

Merge pull request #30 from vivantehealth/group-memberships

Group memberships

What's Changed

Full Changelog: v11.7...v11.8.0

v11.7.0

13 Sep 20:43
12a9abc
Compare
Choose a tag to compare

Update github workflows and/or dependabot config (automated) (#29)

What's Changed

  • Update github workflows and/or dependabot config (automated) by @NickPancakes in #29

New Contributors

Full Changelog: v11.6.0...v11.7.0

v11.6.0

09 Jan 23:58
89c809e
Compare
Choose a tag to compare

Bump hashicorp/random from 3.5.1 to 3.6.0 (#26)

Bumps hashicorp/random from 3.5.1 to 3.6.0.


updated-dependencies:

  • dependency-name: hashicorp/random
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

What's Changed

Full Changelog: v11.5.0...v11.6.0

v11.5.0

27 Jun 22:23
4a5f3ce
Compare
Choose a tag to compare

Bump hashicorp/random from 3.1.0 to 3.5.1 (#23)

Bumps hashicorp/random from 3.1.0 to 3.5.1.


updated-dependencies:

  • dependency-name: hashicorp/random
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Reese [email protected]

What's Changed

Full Changelog: v11.4.0...v11.5.0

v11.4.0

27 Jun 22:21
d04634c
Compare
Choose a tag to compare

Bump hashicorp/setup-terraform from 1 to 2 (#24)

Bumps hashicorp/setup-terraform from 1 to 2.


updated-dependencies:

  • dependency-name: hashicorp/setup-terraform
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Reese [email protected]

What's Changed

New Contributors

Full Changelog: v11.3.0...v11.4.0

v11.3.0

27 Jun 22:20
5db65b8
Compare
Choose a tag to compare

Update validate.yml

Full Changelog: v11.2.0...v11.3.0

v11.2.0

27 Jun 22:04
Compare
Choose a tag to compare

Create dependabot.yml

What's Changed

Full Changelog: v11.1.0...v11.2.0

v11.1.0

15 Jun 23:16
44c86c9
Compare
Choose a tag to compare

Deployment env vars (#21)

  • add non-secret environment variables.

now that github supports these, we don't have to store our variables as secrets

#minor bump

What's Changed

Full Changelog: v11.0.0...v11.1.0

v11.0.0

13 Jun 16:12
e02bd91
Compare
Choose a tag to compare

GitHub team ids (#20)

avoid looking up team ids for each stack every time by passing the team ids in directly

part of vivantehealth/gcp-env-terraform#218

this will be a #major update, replacing the owner string input with the owners list of numbers

What's Changed

Full Changelog: v10...v11.0.0

v10.4.0

29 Aug 20:28
7b68071
Compare
Choose a tag to compare

folder roles (#18)

  • support adding folder roles to a stack's iac account

new optional variable folder_roles, new conditionally-required variable env_folder_id required with folder_roles is set

bump #minor