Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 2478daf

Browse files
marcofranssennpalm
authored andcommitted
fix: Update ubuntu example with assume_role comment
1 parent e16368c commit 2478daf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: examples/ubuntu/providers.tf

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ terraform {
1212

1313
provider "aws" {
1414
region = local.aws_region
15+
16+
// If you use roles with specific permissons please add your role
17+
// assume_role {
18+
// role_arn = "arn:aws:iam::123456789012:role/MyAdminRole"
19+
// }
1520
}
1621

1722
provider "random" {

0 commit comments

Comments
 (0)