Update HCL source example block (#10720)

This commit is contained in:
Wilken Rivera 2021-03-03 16:15:54 -05:00 committed by GitHub
parent a906a1b426
commit 10a5b0e7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import (
// HCL config example:
//
// ```HCL
// source "example" "amazon-ebs"{
// source "amazon-ebs" "example" {
// assume_role {
// role_arn = "arn:aws:iam::ACCOUNT_ID:role/ROLE_NAME"
// session_name = "SESSION_NAME"

View File

@ -8,7 +8,7 @@ Usage example:
HCL config example:
```HCL
source "example" "amazon-ebs"{
source "amazon-ebs" "example" {
assume_role {
role_arn = "arn:aws:iam::ACCOUNT_ID:role/ROLE_NAME"
session_name = "SESSION_NAME"