Skip to content

Commit

Permalink
state migration
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 24, 2024
1 parent 1b96a7e commit ee9eecf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
backend "s3" {
bucket = "inf-tfstate-229685449397"
bucket = "inf-tfstate-us-gov-west-1-229685449397"
key = "csvd-dev-gov/common/apps/terraform-repos"
region = "us-gov-east-1"
region = "us-gov-west-1"
dynamodb_table = "tf_remote_state"
}
}
17 changes: 17 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,23 @@ module "elastic_beanstalk_nodejs" {
}


module "test-statefile" {
source = "HappyPathway/repo/github"
#github_codeowners_team = "CSVD"
github_repo_description = "Terraform Workspace for creating Elastic Beanstalk Apps and Environments"
repo_org = "CSVD"
name = "test-statefile"
github_repo_topics = [
"terraform"
]
is_template = true
force_name = true
create_codeowners = false
enforce_prs = false
collaborators = local.collaborators
pull_request_bypassers = local.pull_request_bypassers
}


module "elastic_beanstalk_docker" {
source = "HappyPathway/repo/github"
Expand Down

0 comments on commit ee9eecf

Please sign in to comment.