Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions repo-aws-service-infrahouse-app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ module "aws_service_infrahouse_app_state" {
# aws.cicd points to the same account — github role lands there.
module "aws_service_infrahouse_app_gha_sandbox" {
source = "registry.infrahouse.com/infrahouse/gha-admin/aws"
version = "4.0.0"
version = "4.1.0"
providers = {
aws = aws.aws-303467602807-uw1
aws.cicd = aws.aws-303467602807-uw1
aws.tfstates = aws.aws-289256138624-uw1
}
name_prefix = "sandbox"
environment = "sandbox"
gh_org_name = local.gh_org_name
repo_name = "aws-service-infrahouse-app"
Expand All @@ -36,12 +37,13 @@ module "aws_service_infrahouse_app_gha_sandbox" {

module "aws_service_infrahouse_app_gha_production" {
source = "registry.infrahouse.com/infrahouse/gha-admin/aws"
version = "4.0.0"
version = "4.1.0"
providers = {
aws = aws.aws-493370826424-uw1
aws.cicd = aws.aws-493370826424-uw1
aws.tfstates = aws.aws-289256138624-uw1
}
name_prefix = "production"
environment = "production"
gh_org_name = local.gh_org_name
repo_name = "aws-service-infrahouse-app"
Expand Down
Loading