Skip to content

Commit 1fb6f31

Browse files
removing provider
1 parent cbc8906 commit 1fb6f31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/simple-setup/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ module "github_actions_iam_role" {
44
github_username = var.github_username
55
repository_names = var.repository_names
66
role_name = var.role_name
7+
providers = {
8+
aws = aws.root
9+
}
710
}

provider.tf renamed to examples/simple-setup/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
provider "aws" {
2+
alias = "root"
23
region = "ap-south-1"
3-
44
default_tags {
55
tags = {
66
ManagedBy = "Terraform"

0 commit comments

Comments
 (0)