Skip to content

Commit

Permalink
add tf-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 2, 2024
1 parent b95ff5f commit 4e25e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3-config-org/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here is a simple example, the one most commonly expected to be used.

```hcl
module "config_org" {
source = "git@github.e.it.census.gov:terraform-modules/aws-inf-setup.git//s3-config-org"
source = "git@github.e.it.census.gov:terraform-modules/aws-inf-setup.git//s3-config-org?ref=tf-upgrade"
access_log_bucket = "my-access-log-bucket"
}
Expand Down
2 changes: 1 addition & 1 deletion s3-config-org/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* ```hcl
* module "config_org" {
* source = "git@github.e.it.census.gov:terraform-modules/aws-inf-setup.git//s3-config-org"
* source = "git@github.e.it.census.gov:terraform-modules/aws-inf-setup.git//s3-config-org?ref=tf-upgrade"
*
* access_log_bucket = "my-access-log-bucket"
* }
Expand Down

0 comments on commit 4e25e96

Please sign in to comment.