Conversation
Looking at the module behaviour and the code, it's looks like user needs to set `attach_policy` to actually create and attach the additonal `policy`.
|
@calve make sure you are using the current version of the module. |
|
Indeed im still on terraform 0.11 se I'm not using the last release. Maybe we should make clear this variable il mandatory for pre-0.12 but is deprecated otherwise ?
Le 9 juillet 2019 16:41:05 GMT+02:00, Loren Gordon <notifications@github.com> a écrit :
…
@calve make sure you are using the current version of the module.
`attach_policy` is no longer a valid variable, as of v1.0.0...
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#54 (comment)
|
|
You might want to just reference the readme from the version of the module that you are using... |
|
I understand you. I'll suggest to reference the 0.12.0 README in the version compatibility table, but I'm not sure we can avoid hardcoding a github.com link since GFM does not suport branch relatives links (github/markup#84 (comment)), or at least mention the module interface got updated. Otherwise feel free to close this MR :) |
Looking at the module behaviour and the code, it's looks like user needs to set
attach_policyto actually create and attach the additonalpolicy.