Skip to content

Commit

Permalink
Release: 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Nov 30, 2021
1 parent cc2031f commit a261a75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
2 changes: 1 addition & 1 deletion examples/bitbucket+tf_enterprise/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aft" {
source = "https://github.com/aws-ia/terraform-aws-control_tower_account_factory.git"
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory"
# Required Vars
ct_management_account_id = "111122223333"
log_archive_account_id = "444455556666"
Expand Down
2 changes: 1 addition & 1 deletion examples/codecommit+tf_oss/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aft" {
source = "https://github.com/aws-ia/terraform-aws-control_tower_account_factory.git"
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory"
# Required Vars
ct_management_account_id = "111122223333"
log_archive_account_id = "444455556666"
Expand Down
2 changes: 1 addition & 1 deletion examples/github+tf_oss/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aft" {
source = "https://github.com/aws-ia/terraform-aws-control_tower_account_factory.git"
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory"
# Required Vars
ct_management_account_id = "111122223333"
log_archive_account_id = "444455556666"
Expand Down
2 changes: 1 addition & 1 deletion examples/githubenterprise+tf_cloud/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aft" {
source = "https://github.com/aws-ia/terraform-aws-control_tower_account_factory.git"
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory"
# Required Vars
ct_management_account_id = "111122223333"
log_archive_account_id = "444455556666"
Expand Down

0 comments on commit a261a75

Please sign in to comment.