Skip to content

Commit

Permalink
Update module source
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Woffenden committed Mar 14, 2023
1 parent fcfabf5 commit a57c9c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ebs_csi_driver.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "iam_assumable_role_ebs_csi_driver" {
source = "git@github.com:ministryofjustice/ap-terraform-iam-roles.git//eks-role?ref=v1.3.0"
source = "github.com/ministryofjustice/ap-terraform-iam-roles//eks-role?ref=v1.4.0"
depends_on = [
module.eks
]
Expand Down
2 changes: 1 addition & 1 deletion iam_cert_manager.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "iam_assumable_role_cert_manager" {
source = "git@github.com:ministryofjustice/ap-terraform-iam-roles.git//eks-role?ref=v1.3.0"
source = "github.com/ministryofjustice/ap-terraform-iam-roles//eks-role?ref=v1.4.0"
depends_on = [
module.eks
]
Expand Down
2 changes: 1 addition & 1 deletion iam_cluster_autoscaler.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "iam_assumable_role_cluster_autoscaler" {
source = "git@github.com:ministryofjustice/ap-terraform-iam-roles.git//eks-role?ref=v1.3.0"
source = "github.com/ministryofjustice/ap-terraform-iam-roles//eks-role?ref=v1.4.0"
depends_on = [
module.eks
]
Expand Down
2 changes: 1 addition & 1 deletion iam_external_dns.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "iam_assumable_role_external_dns" {
source = "git@github.com:ministryofjustice/ap-terraform-iam-roles.git//eks-role?ref=v1.3.0"
source = "github.com/ministryofjustice/ap-terraform-iam-roles//eks-role?ref=v1.4.0"
depends_on = [
module.eks
]
Expand Down
2 changes: 1 addition & 1 deletion iam_external_secrets.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "iam_assumable_role_external_secrets" {
source = "git@github.com:ministryofjustice/ap-terraform-iam-roles.git//eks-role?ref=v1.3.0"
source = "github.com/ministryofjustice/ap-terraform-iam-roles//eks-role?ref=v1.4.0"
depends_on = [
module.eks
]
Expand Down

0 comments on commit a57c9c8

Please sign in to comment.