Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
felixzieger committed Jan 22, 2024
1 parent d3c43cf commit b75e903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic-aws-integration/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provider "aws" {
}

module "meshplatform" {
source = "git::https://github.com/meshcloud/terraform-aws-meshplatform.git"
source = "../../"
# note: for production use we recommend using a pinned version of the module like so
# source = "git::https://github.com/meshcloud/terraform-aws-meshplatform.git?ref=v0.2.0"

Expand All @@ -42,7 +42,7 @@ module "meshplatform" {
}

aws_sso_instance_arn = "arn:aws:sso:::instance/ssoins-xxxxxxxxxxxxxxx"
control_tower_enrollment_enable = true
control_tower_enrollment_enabled = true
control_tower_portfolio_id = "port-xxxxxxxxxxx"
replicator_privileged_external_id = "replace with random UUID v4"
cost_explorer_privileged_external_id = "replace with random UUID v4"
Expand Down

0 comments on commit b75e903

Please sign in to comment.