Skip to content

Commit

Permalink
point to ntno/tf-module-static-site-cicd release 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntno committed Dec 28, 2022
1 parent 40ab15b commit 99af26a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clean:
rm -rf .terraform
rm -rf .tfplan

plan: check-env check-region validate
plan: check-env check-region init validate
export "AWS_REGION=$(region)" && \
export "TF_VAR_region=$(region)" && \
terraform plan -out=$(env).tfplan -state="$(terraform-backend-key)"
Expand Down
2 changes: 1 addition & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ locals {
}

module "demo_site_cicd" {
source = "git::https://github.com/ntno/tf-module-static-site-cicd?ref=optional-github-environments"
source = "git::https://github.com/ntno/tf-module-static-site-cicd?ref=0.0.0"

artifact_bucket_name = local.artifact_bucket_name
github_repo = var.github_repo
Expand Down

0 comments on commit 99af26a

Please sign in to comment.