File tree Expand file tree Collapse file tree 19 files changed +11
-16
lines changed Expand file tree Collapse file tree 19 files changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55 skip_metadata_api_check = true
66 skip_region_validation = true
77 skip_credentials_validation = true
8- skip_requesting_account_id = true
98}
109
1110data "aws_organizations_organization" "this" {}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55 skip_metadata_api_check = true
66 skip_region_validation = true
77 skip_credentials_validation = true
8- skip_requesting_account_id = true
98}
109
1110resource "random_pet" "this" {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55 skip_metadata_api_check = true
66 skip_region_validation = true
77 skip_credentials_validation = true
8- skip_requesting_account_id = true
98}
109
1110resource "random_pet" "this" {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55 skip_metadata_api_check = true
66 skip_region_validation = true
77 skip_credentials_validation = true
8- skip_requesting_account_id = true
98}
109
1110# ###############################################################################
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55 skip_metadata_api_check = true
66 skip_region_validation = true
77 skip_credentials_validation = true
8- skip_requesting_account_id = true
98}
109
1110data "aws_caller_identity" "current" {}
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ provider "aws" {
1111 skip_metadata_api_check = true
1212 skip_region_validation = true
1313 skip_credentials_validation = true
14- skip_requesting_account_id = true
1514}
1615
1716provider "docker" {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55 skip_metadata_api_check = true
66 skip_region_validation = true
77 skip_credentials_validation = true
8- skip_requesting_account_id = true
98}
109
1110resource "random_pet" "this" {
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ provider "aws" {
66 skip_metadata_api_check = true
77 skip_region_validation = true
88 skip_credentials_validation = true
9- skip_requesting_account_id = true
109}
1110
1211data "aws_availability_zones" "available" {}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55 skip_metadata_api_check = true
66 skip_region_validation = true
77 skip_credentials_validation = true
8- skip_requesting_account_id = true
98}
109
1110provider "aws" {
@@ -16,7 +15,6 @@ provider "aws" {
1615 skip_metadata_api_check = true
1716 skip_region_validation = true
1817 skip_credentials_validation = true
19- skip_requesting_account_id = true
2018}
2119
2220# ###############################
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ provider "aws" {
66 skip_metadata_api_check = true
77 skip_region_validation = true
88 skip_credentials_validation = true
9- skip_requesting_account_id = true
109}
1110
1211resource "random_pet" "this" {
You can’t perform that action at this time.
0 commit comments