From 91864b842fe48f3ef21a53f5bb65c820d10636d8 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 21 Mar 2018 22:03:21 -0700 Subject: [PATCH] remove skip_metadata_api_check from docs --- website/source/docs/builders/amazon-chroot.html.md | 6 ------ website/source/docs/builders/amazon-ebs.html.md | 6 ------ website/source/docs/builders/amazon-ebssurrogate.html.md | 6 ------ website/source/docs/builders/amazon-ebsvolume.html.md | 6 ------ website/source/docs/builders/amazon-instance.html.md | 6 ------ 5 files changed, 30 deletions(-) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index 53c21ff30..c9612d3b8 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -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`. diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index 4c57611f4..400eb7ecb 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -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`. diff --git a/website/source/docs/builders/amazon-ebssurrogate.html.md b/website/source/docs/builders/amazon-ebssurrogate.html.md index f9ab61473..1d3724533 100644 --- a/website/source/docs/builders/amazon-ebssurrogate.html.md +++ b/website/source/docs/builders/amazon-ebssurrogate.html.md @@ -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`. diff --git a/website/source/docs/builders/amazon-ebsvolume.html.md b/website/source/docs/builders/amazon-ebsvolume.html.md index c8604cc25..5a3ee9830 100644 --- a/website/source/docs/builders/amazon-ebsvolume.html.md +++ b/website/source/docs/builders/amazon-ebsvolume.html.md @@ -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`. diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index 62417e1b7..58ac7088b 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -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`.