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
211211
212212# Supported Terraform Versions
213213
214- Terraform 0.11 or higher is supported.
214+ Terraform 0.12 or higher is supported.
215215
216216In order to support more versions of Terraform, the AWS Provider needs to held at v2,
217217as 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 11## Requirements
22
3- No requirements.
3+ Works for version >= 0.12
44
55## Providers
66
Original file line number Diff line number Diff line change 285285}
286286
287287resource "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 } "
290290}
291291
292292resource "aws_iam_role_policy" "segment_emr_instance_profile_policy" {
You can’t perform that action at this time.
0 commit comments