Update HCL source example block (#10720)

pull/10725/head^2
Wilken Rivera 5 years ago committed by GitHub
parent a906a1b426
commit 10a5b0e7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

@ -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"

Loading…
Cancel
Save