Skip to content

Commit 3d6c3ff

Browse files
authored
fix: remove provider block in child module (#134)
## Motivation The child module should not declare provider block, which will override the root module. Signed-off-by: Max Xu <xuhuan@live.cn>
1 parent 7899131 commit 3d6c3ff

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

modules/aws/private-link/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
provider "aws" {
2-
region = var.region
3-
}
4-
51
data "aws_vpc" "this" {
62
id = var.vpc_id
73
}

0 commit comments

Comments
 (0)