Skip to content

Commit

Permalink
use fluxcd repo for module
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
  • Loading branch information
somtochiama committed Oct 16, 2023
1 parent 4dceb6a commit 93df7f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion oci/tests/integration/terraform/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals {
}

module "eks" {
source = "git::https://github.com/somtochiama/test-infra.git//tf-modules/aws/eks?ref=gcp-workload-id"
source = "git::https://github.com/fluxcd/test-infra.git//tf-modules/aws/eks"

name = local.name
tags = var.tags
Expand Down
2 changes: 1 addition & 1 deletion oci/tests/integration/terraform/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ locals {
}

module "gke" {
source = "git::https://github.com/somtochiama/test-infra.git//tf-modules/gcp/gke?ref=gcp-workload-id"
source = "git::https://github.com/fluxcd/test-infra.git//tf-modules/gcp/gke"

name = local.name
tags = var.tags
Expand Down
4 changes: 0 additions & 4 deletions oci/tests/integration/terraform/gcp/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ output "gcp_artifact_repository" {
output "iam_serviceaccount_email" {
value = var.enable_wi ? google_service_account.test[0].email : ""
}

output "input_sa" {
value = var.serviceaccount_name
}

0 comments on commit 93df7f7

Please sign in to comment.