Skip to content

Commit

Permalink
fix: Update ubuntu example with assume_role comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen authored and npalm committed Jun 1, 2021
1 parent e16368c commit 2478daf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/ubuntu/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ terraform {

provider "aws" {
region = local.aws_region

// If you use roles with specific permissons please add your role
// assume_role {
// role_arn = "arn:aws:iam::123456789012:role/MyAdminRole"
// }
}

provider "random" {
Expand Down

0 comments on commit 2478daf

Please sign in to comment.