Skip to content

Commit 180da4c

Browse files
ajschmidt8antonbabenkosemantic-release-bot
authored
feat: Make compatible_runtimes optional, added sam metadata control (#493)
Co-authored-by: Anton Babenko <[email protected]> Co-authored-by: semantic-release-bot <[email protected]>
1 parent 9e2fff8 commit 180da4c

File tree

19 files changed

+11
-16
lines changed

19 files changed

+11
-16
lines changed

examples/alias/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
data "aws_organizations_organization" "this" {}

examples/async/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
resource "random_pet" "this" {

examples/build-package/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
resource "random_pet" "this" {

examples/code-signing/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
################################################################################

examples/complete/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
data "aws_caller_identity" "current" {}

examples/container-image/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1716
provider "docker" {

examples/deploy/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
resource "random_pet" "this" {

examples/event-source-mapping/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1211
data "aws_availability_zones" "available" {}

examples/multiple-regions/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
provider "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
################################

examples/simple/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1211
resource "random_pet" "this" {

0 commit comments

Comments
 (0)