1

How to add permissions to a different account when creating an EBS snapshot with terraform?

resource "aws_ebs_snapshot" "example_snapshot" {
  volume_id = "${aws_ebs_volume.example.id}"
  tags = {
    Name = "HelloWorld_snap"
  }
}

from console we can add the account number from here Console

Community
  • 1
  • 1
lak
  • 11
  • 1
  • 4

0 Answers0