Skip to content

Commit

Permalink
add region
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 13, 2026
1 parent d50ebbb commit edb7844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ resource "aws_servicecatalog_provisioned_product" "this" {
name = var.provisioned_product_name
product_id = local.product_id
provisioning_artifact_id = local.provisioning_artifact_id
region = local.region
path_id = var.path_id
accept_language = var.accept_language
ignore_errors = var.ignore_errors
Expand Down

0 comments on commit edb7844

Please sign in to comment.