In terraform, you can run some startup configurations on a created resource using the nested (i.e. nested inside resource block) [...] block (although better option is creating proper AMIs via Packer).
In terraform, you can run some startup configurations on a created resource using the nested (i.e. nested inside resource block) [...] block (although better option is creating proper AMIs via Packer).
Answer
?
Question
In terraform, you can run some startup configurations on a created resource using the nested (i.e. nested inside resource block) [...] block (although better option is creating proper AMIs via Packer).