Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
terraform で EBS スナップショットを作成するときに別のアカウントにアクセス許可を追加する方法は?
resource "aws_ebs_snapshot" "example_snapshot" { volume_id = "${aws_ebs_volume.example.id}" tags = { Name = "HelloWorld_snap" } }
コンソールから、ここからアカウント番号を追加できます コンソール