0
1

【Terraform】RDSを削除する時に変更する必要がある項目

Posted at

RDSを削除するとき

rds.tf
deletion_protection = false
skip_final_snapshot = true
に変更して、

resourceをコメントアウト
(VSCodeショートカット Command+/)

% terraform plan
% terraform apply -auto-approve

0
1
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
0
1