株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

  target_ami = formatlist(
    "arn:aws:ec2:ap-northeast-1:611111111111:instance/%s",
    data.aws_instances.instances.ids[*]
  )
> formatlist("aaaaaaaaaaaaaaaa/%s", data.aws_instances.instances.ids[*])
[
  "aaaaaaaaaaaaaaaa/i-11111111111111111",
  "aaaaaaaaaaaaaaaa/i-66666666666666666",
]

 

 

 

 

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)