remove skip_metadata_api_check from docs

This commit is contained in:
Matthew Hooker 2018-03-21 22:03:21 -07:00
parent dc41b086fe
commit 91864b842f
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
5 changed files with 0 additions and 30 deletions

View File

@ -246,12 +246,6 @@ each category, the available configuration keys are alphabetized.
of the `source_ami` unless `from_scratch` is `true`, in which case
this field must be defined.
- `skip_metadata_api_check` - (boolean) Skip the AWS Metadata API check.
Useful for AWS API implementations that do not have a metadata API
endpoint. Setting to `true` prevents Packer from authenticating via the
Metadata API. You may need to use other authentication methods like static
credentials, configuration variables, or environment variables.
- `skip_region_validation` (boolean) - Set to true if you want to skip
validation of the `ami_regions` configuration option. Default `false`.

View File

@ -251,12 +251,6 @@ builder.
in case Packer exits ungracefully. Possible values are "stop" and "terminate",
default is `stop`.
- `skip_metadata_api_check` - (boolean) Skip the AWS Metadata API check.
Useful for AWS API implementations that do not have a metadata API
endpoint. Setting to `true` prevents Packer from authenticating via the
Metadata API. You may need to use other authentication methods like static
credentials, configuration variables, or environment variables.
- `skip_region_validation` (boolean) - Set to true if you want to skip
validation of the region configuration option. Default `false`.

View File

@ -244,12 +244,6 @@ builder.
incase packer exits ungracefully. Possible values are "stop" and "terminate",
default is `stop`.
- `skip_metadata_api_check` - (boolean) Skip the AWS Metadata API check.
Useful for AWS API implementations that do not have a metadata API
endpoint. Setting to `true` prevents Packer from authenticating via the
Metadata API. You may need to use other authentication methods like static
credentials, configuration variables, or environment variables.
- `skip_region_validation` (boolean) - Set to true if you want to skip
validation of the region configuration option. Default `false`.

View File

@ -149,12 +149,6 @@ builder.
in case Packer exits ungracefully. Possible values are `stop` and `terminate`.
Defaults to `stop`.
- `skip_metadata_api_check` - (boolean) Skip the AWS Metadata API check.
Useful for AWS API implementations that do not have a metadata API
endpoint. Setting to `true` prevents Packer from authenticating via the
Metadata API. You may need to use other authentication methods like static
credentials, configuration variables, or environment variables.
- `skip_region_validation` (boolean) - Set to `true` if you want to skip
validation of the region configuration option. Defaults to `false`.

View File

@ -255,12 +255,6 @@ builder.
The default is `0.0.0.0/0` (ie, allow any IPv4 source). This is only used
when `security_group_id` or `security_group_ids` is not specified.
- `skip_metadata_api_check` - (boolean) Skip the AWS Metadata API check.
Useful for AWS API implementations that do not have a metadata API
endpoint. Setting to `true` prevents Packer from authenticating via the
Metadata API. You may need to use other authentication methods like static
credentials, configuration variables, or environment variables.
- `skip_region_validation` (boolean) - Set to true if you want to skip
validation of the region configuration option. Defaults to `false`.