Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 2, 2023
1 parent 2ed1f5a commit 20c9d0a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions a/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ file: provider.route53.east\_ma13\_gov.tf
provider "aws" {
alias = "east_ma13_gov"
region = var.region_map["east"]
profile = var.profile
assume_role {
role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
session_name = var.os_username
Expand Down
1 change: 1 addition & 0 deletions a/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
* provider "aws" {
* alias = "east_ma13_gov"
* region = var.region_map["east"]
* profile = var.profile
* assume_role {
* role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
* session_name = var.os_username
Expand Down
1 change: 1 addition & 0 deletions aaaa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ file: provider.route53.east\_ma13\_gov.tf
provider "aws" {
alias = "east_ma13_gov"
region = var.region_map["east"]
profile = var.profile
assume_role {
role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
session_name = var.os_username
Expand Down
1 change: 1 addition & 0 deletions aaaa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
* provider "aws" {
* alias = "east_ma13_gov"
* region = var.region_map["east"]
* profile = var.profile
* assume_role {
* role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
* session_name = var.os_username
Expand Down
1 change: 1 addition & 0 deletions cname/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ file: provider.route53.east\_ma13\_gov.tf
provider "aws" {
alias = "east_ma13_gov"
region = var.region_map["east"]
profile = var.profile
assume_role {
role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
session_name = var.os_username
Expand Down
1 change: 1 addition & 0 deletions cname/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
* provider "aws" {
* alias = "east_ma13_gov"
* region = var.region_map["east"]
* profile = var.profile
* assume_role {
* role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
* session_name = var.os_username
Expand Down
1 change: 1 addition & 0 deletions host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ file: provider.route53.east\_ma13\_gov.tf
provider "aws" {
alias = "east_ma13_gov"
region = var.region_map["east"]
profile = var.profile
assume_role {
role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
session_name = var.os_username
Expand Down
1 change: 1 addition & 0 deletions host/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
* provider "aws" {
* alias = "east_ma13_gov"
* region = var.region_map["east"]
* profile = var.profile
* assume_role {
* role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
* session_name = var.os_username
Expand Down
1 change: 1 addition & 0 deletions ptr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ file: provider.route53.east\_ma13\_gov.tf
provider "aws" {
alias = "east_ma13_gov"
region = var.region_map["east"]
profile = var.profile
assume_role {
role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
session_name = var.os_username
Expand Down
1 change: 1 addition & 0 deletions ptr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
* provider "aws" {
* alias = "east_ma13_gov"
* region = var.region_map["east"]
* profile = var.profile
* assume_role {
* role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, "187944776148")
* session_name = var.os_username
Expand Down

0 comments on commit 20c9d0a

Please sign in to comment.