LoginSignup
1
0

More than 1 year has passed since last update.

terraform plan時にcontainerInsightsの差分が出る

Posted at

メモです

解決方法

awsプロバイダのバージョンを3.57以上にアップグレードする

原因

AWS ECS Describe-Clusters APIでレスポンスのオプショナルなフィールドを常に返していたため差分として表示されていた模様。
現在は修正されてオプションをつけた場合のみ返される。

参考記事
https://zoo200.net/terraform-avoid-diff-output-containerinsights/
https://stackoverflow.com/questions/69028127/terraform-not-saving-state-of-ecs-cluster-containerinsights-setting

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0