File tree Expand file tree Collapse file tree 19 files changed +74
-38
lines changed
test-fixtures/awsv4upgrade/aws_s3_bucket
object_lock_configuration
replication_configuration
server_side_encryption_configuration Expand file tree Collapse file tree 19 files changed +74
-38
lines changed Original file line number Diff line number Diff line change 34
34
strategy :
35
35
matrix :
36
36
terraform :
37
- - 1.3.6
38
- - 1.2.9
37
+ - 1.9.0
38
+ - 1.8.5
39
39
env :
40
40
TERRAFORM_VERSION : ${{ matrix.terraform }}
41
41
steps :
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ provider "aws" {
41
41
42
42
# mock endpoints with localstack
43
43
endpoints {
44
- s3 = "http://localstack:4566"
44
+ s3 = "http://localstack:4566"
45
+ iam = "http://localstack:4566"
45
46
}
46
47
47
48
s3_force_path_style = true
@@ -61,7 +62,8 @@ provider "aws" {
61
62
62
63
# mock endpoints with localstack
63
64
endpoints {
64
- s3 = "http://localstack:4566"
65
+ s3 = "http://localstack:4566"
66
+ iam = "http://localstack:4566"
65
67
}
66
68
67
69
s3_use_path_style = true
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ terraform {
5
5
bucket = " tfstate-test"
6
6
key = " test/terraform.tfstate"
7
7
8
- # mock s3 endpoint with localstack
8
+ # mock s3/iam endpoint with localstack
9
9
endpoint = " http://localstack:4566"
10
+ iam_endpoint = " http://localstack:4566"
10
11
access_key = " dummy"
11
12
secret_key = " dummy"
12
13
skip_credentials_validation = true
@@ -36,7 +37,8 @@ provider "aws" {
36
37
37
38
# mock endpoints with localstack
38
39
endpoints {
39
- s3 = " http://localstack:4566"
40
+ s3 = " http://localstack:4566"
41
+ iam = " http://localstack:4566"
40
42
}
41
43
42
44
s3_force_path_style = true
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ terraform {
5
5
bucket = " tfstate-test"
6
6
key = " test/terraform.tfstate"
7
7
8
- # mock s3 endpoint with localstack
8
+ # mock s3/iam endpoint with localstack
9
9
endpoint = " http://localstack:4566"
10
+ iam_endpoint = " http://localstack:4566"
10
11
access_key = " dummy"
11
12
secret_key = " dummy"
12
13
skip_credentials_validation = true
@@ -36,7 +37,8 @@ provider "aws" {
36
37
37
38
# mock endpoints with localstack
38
39
endpoints {
39
- s3 = " http://localstack:4566"
40
+ s3 = " http://localstack:4566"
41
+ iam = " http://localstack:4566"
40
42
}
41
43
42
44
s3_force_path_style = true
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ terraform {
5
5
bucket = " tfstate-test"
6
6
key = " test/terraform.tfstate"
7
7
8
- # mock s3 endpoint with localstack
8
+ # mock s3/iam endpoint with localstack
9
9
endpoint = " http://localstack:4566"
10
+ iam_endpoint = " http://localstack:4566"
10
11
access_key = " dummy"
11
12
secret_key = " dummy"
12
13
skip_credentials_validation = true
@@ -36,7 +37,8 @@ provider "aws" {
36
37
37
38
# mock endpoints with localstack
38
39
endpoints {
39
- s3 = " http://localstack:4566"
40
+ s3 = " http://localstack:4566"
41
+ iam = " http://localstack:4566"
40
42
}
41
43
42
44
s3_force_path_style = true
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ terraform {
5
5
bucket = " tfstate-test"
6
6
key = " test/terraform.tfstate"
7
7
8
- # mock s3 endpoint with localstack
8
+ # mock s3/iam endpoint with localstack
9
9
endpoint = " http://localstack:4566"
10
+ iam_endpoint = " http://localstack:4566"
10
11
access_key = " dummy"
11
12
secret_key = " dummy"
12
13
skip_credentials_validation = true
@@ -36,7 +37,8 @@ provider "aws" {
36
37
37
38
# mock endpoints with localstack
38
39
endpoints {
39
- s3 = " http://localstack:4566"
40
+ s3 = " http://localstack:4566"
41
+ iam = " http://localstack:4566"
40
42
}
41
43
42
44
s3_force_path_style = true
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ terraform {
5
5
bucket = " tfstate-test"
6
6
key = " test/terraform.tfstate"
7
7
8
- # mock s3 endpoint with localstack
8
+ # mock s3/iam endpoint with localstack
9
9
endpoint = " http://localstack:4566"
10
+ iam_endpoint = " http://localstack:4566"
10
11
access_key = " dummy"
11
12
secret_key = " dummy"
12
13
skip_credentials_validation = true
@@ -36,7 +37,8 @@ provider "aws" {
36
37
37
38
# mock endpoints with localstack
38
39
endpoints {
39
- s3 = " http://localstack:4566"
40
+ s3 = " http://localstack:4566"
41
+ iam = " http://localstack:4566"
40
42
}
41
43
42
44
s3_force_path_style = true
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ terraform {
5
5
bucket = " tfstate-test"
6
6
key = " test/terraform.tfstate"
7
7
8
- # mock s3 endpoint with localstack
8
+ # mock s3/iam endpoint with localstack
9
9
endpoint = " http://localstack:4566"
10
+ iam_endpoint = " http://localstack:4566"
10
11
access_key = " dummy"
11
12
secret_key = " dummy"
12
13
skip_credentials_validation = true
@@ -36,7 +37,8 @@ provider "aws" {
36
37
37
38
# mock endpoints with localstack
38
39
endpoints {
39
- s3 = " http://localstack:4566"
40
+ s3 = " http://localstack:4566"
41
+ iam = " http://localstack:4566"
40
42
}
41
43
42
44
s3_force_path_style = true
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ terraform {
5
5
bucket = " tfstate-test"
6
6
key = " test/terraform.tfstate"
7
7
8
- # mock s3 endpoint with localstack
8
+ # mock s3/iam endpoint with localstack
9
9
endpoint = " http://localstack:4566"
10
+ iam_endpoint = " http://localstack:4566"
10
11
access_key = " dummy"
11
12
secret_key = " dummy"
12
13
skip_credentials_validation = true
@@ -36,7 +37,8 @@ provider "aws" {
36
37
37
38
# mock endpoints with localstack
38
39
endpoints {
39
- s3 = " http://localstack:4566"
40
+ s3 = " http://localstack:4566"
41
+ iam = " http://localstack:4566"
40
42
}
41
43
42
44
s3_force_path_style = true
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ terraform {
5
5
bucket = " tfstate-test"
6
6
key = " test/terraform.tfstate"
7
7
8
- # mock s3 endpoint with localstack
8
+ # mock s3/iam endpoint with localstack
9
9
endpoint = " http://localstack:4566"
10
+ iam_endpoint = " http://localstack:4566"
10
11
access_key = " dummy"
11
12
secret_key = " dummy"
12
13
skip_credentials_validation = true
@@ -36,7 +37,8 @@ provider "aws" {
36
37
37
38
# mock endpoints with localstack
38
39
endpoints {
39
- s3 = " http://localstack:4566"
40
+ s3 = " http://localstack:4566"
41
+ iam = " http://localstack:4566"
40
42
}
41
43
42
44
s3_force_path_style = true
You can’t perform that action at this time.
0 commit comments