File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ To simplify the set up process of not requiring an update to the IAM role for ea
211
211
212
212
# Supported Terraform Versions
213
213
214
- Terraform 0.11 or higher is supported.
214
+ Terraform 0.12 or higher is supported.
215
215
216
216
In order to support more versions of Terraform, the AWS Provider needs to held at v2,
217
217
as v3 has breaking changes we don't currently support. Our example ` main.tf ` has the
Original file line number Diff line number Diff line change 1
1
## Requirements
2
2
3
- No requirements.
3
+ Works for version >= 0.12
4
4
5
5
## Providers
6
6
Original file line number Diff line number Diff line change 285
285
}
286
286
287
287
resource "aws_iam_instance_profile" "segment_emr_instance_profile" {
288
- name = " SegmentEMRInstanceProfile${ var . suffix } "
289
- roles = [ " ${ aws_iam_role . segment_emr_instance_profile_role . name } " ]
288
+ name = " SegmentEMRInstanceProfile${ var . suffix } "
289
+ role = " ${ aws_iam_role . segment_emr_instance_profile_role . name } "
290
290
}
291
291
292
292
resource "aws_iam_role_policy" "segment_emr_instance_profile_policy" {
You can’t perform that action at this time.
0 commit comments