You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValidateFunc: validation.StringMatch(regexache.MustCompile(`^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$`), "must match a supported resource type, such as AWS::EC2::VPC, see also: https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_Policy.html"),
135
135
ConflictsWith: []string{"resource_type_list"},
136
136
},
137
+
"resource_set_ids": {
138
+
Type: schema.TypeSet,
139
+
Optional: true,
140
+
Computed: true,
141
+
Elem: &schema.Schema{
142
+
Type: schema.TypeString,
143
+
},
144
+
},
137
145
"resource_type_list": {
138
146
Type: schema.TypeSet,
139
147
Optional: true,
@@ -275,6 +283,7 @@ func resourcePolicyRead(ctx context.Context, d *schema.ResourceData, meta interf
0 commit comments