Sylvia Moss 201869d627
Update HCL2 and JSON example for amazon builders (#10645)
* move hcl2 example up over json to amazon-ebs
* switch hcl and json templates for all amazon builders
* fix json format
2021-02-17 10:32:13 +01:00

21 lines
445 B
Plaintext

<!-- Code generated from the comments of the AWSPollingConfig struct in builder/amazon/common/state.go; DO NOT EDIT MANUALLY -->
Polling configuration for the AWS waiter. Configures the waiter for resources creation or actions like attaching
volumes or importing image.
HCL2 example:
```hcl
aws_polling {
delay_seconds = 30
max_attempts = 50
}
```
JSON example:
```json
"aws_polling" : {
"delay_seconds": 30,
"max_attempts": 50
}
```