Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 21, 2023
1 parent d2df1cc commit 07efbb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/full-cluster-tf-upgrade/1.24/ebs/role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data "aws_iam_policy" "ebs-provisioner" {

# create: aws_iam_policy.ebs-policy first
module "role_ebs-driver" {
source = "git@github.e.it.census.gov:terraform-modules/aws-iam-role.git"
source = "git@github.e.it.census.gov:terraform-modules/aws-iam-role.git?ref=tf-upgrade"

role_name = format("%v%v-ebs-driver", local._prefixes["eks"], var.cluster_name)
role_description = "EKS EBS Driver Role for ${var.cluster_name}"
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/1.24/efs/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 1.2.0
VERSION 1.2.1
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
Expand All @@ -13,6 +13,7 @@ LINKTOP includes.d/variables.application_tags.auto.tfvars
LINKTOP provider_configs.d/provider.ldap_new.auto.tfvars
LINKTOP provider_configs.d/provider.ldap_new.tf
LINKTOP provider_configs.d/provider.ldap_new.variables.tf
LINK settings.auto.tfvars

POLICY
ALL
Expand Down

0 comments on commit 07efbb2

Please sign in to comment.