Skip to content

Commit

Permalink
Bump terraform-aws-organization-access-group version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Jul 18, 2018
1 parent 7e12962 commit df1a4d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aws/iam/audit.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "audit_account_user_names" {

# Provision group access to audit account. Careful! Very few people, if any should have access to this account.
module "organization_access_group_audit" {
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.2"
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.3"
namespace = "${var.namespace}"
stage = "audit"
name = "admin"
Expand Down
2 changes: 1 addition & 1 deletion aws/iam/dev.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "dev_account_user_names" {

# Provision group access to dev account
module "organization_access_group_dev" {
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.2"
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.3"
namespace = "${var.namespace}"
stage = "dev"
name = "admin"
Expand Down
2 changes: 1 addition & 1 deletion aws/iam/prod.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "prod_account_user_names" {

# Provision group access to production account
module "organization_access_group_prod" {
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.2"
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.3"
namespace = "${var.namespace}"
stage = "prod"
name = "admin"
Expand Down
2 changes: 1 addition & 1 deletion aws/iam/staging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "staging_account_user_names" {

# Provision group access to staging account
module "organization_access_group_staging" {
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.2"
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.3"
namespace = "${var.namespace}"
stage = "staging"
name = "admin"
Expand Down
2 changes: 1 addition & 1 deletion aws/iam/testing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "testing_account_user_names" {

# Provision group access to testing account
module "organization_access_group_testing" {
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.2"
source = "git::https://github.com/cloudposse/terraform-aws-organization-access-group.git?ref=tags/0.1.3"
namespace = "${var.namespace}"
stage = "testing"
name = "admin"
Expand Down

0 comments on commit df1a4d1

Please sign in to comment.