remove skip_metadata_api_check from docs
This commit is contained in:
parent
dc41b086fe
commit
91864b842f
@ -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`.
|
||||
|
||||
|
@ -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`.
|
||||
|
||||
|
@ -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`.
|
||||
|
||||
|
@ -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`.
|
||||
|
||||
|
@ -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`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user