File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ data "aws_iam_policy_document" "aggregated_policy" {
60
60
override_policy_documents = var. source_policy_documents
61
61
}
62
62
63
-
64
63
data "aws_iam_policy_document" "bucket_policy" {
65
64
count = local. enabled ? 1 : 0
66
65
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ terraform {
2
2
required_version = " >= ${terraform_version}"
3
3
4
4
backend " s3" {
5
- region = " ${region}"
6
- bucket = " ${bucket}"
7
- key = " ${terraform_state_file}"
5
+ region = " ${region}"
6
+ bucket = " ${bucket}"
7
+ key = " ${terraform_state_file}"
8
+ profile = " ${profile}"
9
+ role_arn = " ${role_arn}"
10
+ encrypt = " ${encrypt}"
11
+
8
12
% {~ if dynamodb_table != " " ~}
9
13
dynamodb_table = "${ dynamodb_table} "
10
14
%{ ~ endif ~}
11
- profile = "${ profile} "
12
- role_arn = "${ role_arn} "
13
- encrypt = "${ encrypt} "
14
15
}
15
16
}
You can’t perform that action at this time.
0 commit comments