terraform/website/source/docs/providers/aws/r
Paul Stack e524603d3f provider/aws: AWS SpotFleet Requests now works with Subnets and AZs (#8320)
* provider/aws: Change Spot Fleet Request to allow a combination of
subnet_id and availability_zone

Also added a complete set of tests that reflect all of the use cases
that Amazon document
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-examples.html

It is important to note there that Terraform will be suggesting that
users create multiple launch configurations rather than AWS's version of
combing values into CSV based parameters. This will ensure that we are
able to enforce the correct state

Also note that `associate_public_ip_address` now defaults to `false` - a migration has been
included in this PR to migration users of this functionality. This needs
to be noted in the changelog. The last part of changing functionality
here is waiting for the state of the request to become `active`. Before
we get to this state, we cannot guarantee that Amazon have accepted the
request or it could have failed validation.

```
% make testacc TEST=./builtin/providers/aws
% TESTARGS='-run=TestAccAWSSpotFleetRequest_'
% 2 ↵
==> Checking that code complies with gofmt requirements...
/Users/stacko/Code/go/bin/stringer
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/08/22 15:44:21 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSSpotFleetRequest_ -timeout 120m
=== RUN   TestAccAWSSpotFleetRequest_changePriceForcesNewRequest
--- PASS: TestAccAWSSpotFleetRequest_changePriceForcesNewRequest (133.90s)
=== RUN   TestAccAWSSpotFleetRequest_lowestPriceAzOrSubnetInRegion
--- PASS: TestAccAWSSpotFleetRequest_lowestPriceAzOrSubnetInRegion (76.67s)
=== RUN   TestAccAWSSpotFleetRequest_lowestPriceAzInGivenList
--- PASS: TestAccAWSSpotFleetRequest_lowestPriceAzInGivenList (75.22s)
=== RUN   TestAccAWSSpotFleetRequest_lowestPriceSubnetInGivenList
--- PASS: TestAccAWSSpotFleetRequest_lowestPriceSubnetInGivenList (96.95s)
=== RUN   TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameAz
--- PASS: TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameAz (74.44s)
=== RUN   TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameSubnet
--- PASS: TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameSubnet (97.82s)
=== RUN   TestAccAWSSpotFleetRequest_overriddingSpotPrice
--- PASS: TestAccAWSSpotFleetRequest_overriddingSpotPrice (76.22s)
=== RUN   TestAccAWSSpotFleetRequest_diversifiedAllocation
--- PASS: TestAccAWSSpotFleetRequest_diversifiedAllocation (79.81s)
=== RUN   TestAccAWSSpotFleetRequest_withWeightedCapacity
--- PASS: TestAccAWSSpotFleetRequest_withWeightedCapacity (77.15s)
=== RUN   TestAccAWSSpotFleetRequest_CannotUseEmptyKeyName
--- PASS: TestAccAWSSpotFleetRequest_CannotUseEmptyKeyName (0.00s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws    788.184s
```

* Update resource_aws_spot_fleet_request.go
2016-08-24 11:08:46 +01:00
..
alb.html.markdown provider/aws: Add `arn` fields to ALB resources 2016-08-18 18:54:39 +01:00
alb_listener.html.markdown provider/aws: Add `arn` fields to ALB resources 2016-08-18 18:54:39 +01:00
alb_listener_rule.html.markdown provider/aws: Add aws_alb_listener_rule resource 2016-08-19 13:07:20 +01:00
alb_target_group.html.markdown provider/aws: Support Tags for `aws_alb` and `aws_alb_target_group` (#8422) 2016-08-24 10:54:43 +01:00
alb_target_group_attachment.html.markdown provider/aws: Add aws_alb_target_group_attachment 2016-08-19 16:12:19 +01:00
ami.html.markdown Implementing aws_ami_launch_permission. (#7365) 2016-07-21 23:08:32 +01:00
ami_copy.html.markdown docs/aws: Add and as docs to the AWS resource (#7988) 2016-08-05 10:38:00 +10:00
ami_from_instance.html.markdown Three resources for AWS AMIs. 2015-09-03 10:05:41 -07:00
ami_launch_permission.html.markdown Implementing aws_ami_launch_permission. (#7365) 2016-07-21 23:08:32 +01:00
api_gateway_account.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
api_gateway_api_key.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
api_gateway_authorizer.html.markdown provider/aws: Add support for api_gateway_authorizer (#6320) 2016-04-25 12:22:37 +01:00
api_gateway_base_path_mapping.html.markdown website: Docs for AWS API Gateway domain name and base path mapping 2016-08-22 15:36:20 -07:00
api_gateway_deployment.html.markdown Update aws api gateway docs to add some examples (#7586) 2016-07-18 10:37:39 +02:00
api_gateway_domain_name.html.markdown website: Docs for AWS API Gateway domain name and base path mapping 2016-08-22 15:36:20 -07:00
api_gateway_integration.html.markdown aws/docs: Fix a few nitpicks after merging #7794 2016-08-11 12:11:15 +01:00
api_gateway_integration_response.html.markdown aws/docs: Fix a few nitpicks after merging #7794 2016-08-11 12:11:15 +01:00
api_gateway_method.html.markdown aws/docs: Fix a few nitpicks after merging #7794 2016-08-11 12:11:15 +01:00
api_gateway_method_response.html.markdown aws/docs: Fix a few nitpicks after merging #7794 2016-08-11 12:11:15 +01:00
api_gateway_model.html.markdown docs: Fix API Gateway documentation 2016-03-25 20:11:00 +00:00
api_gateway_resource.html.markdown docs: Fix API Gateway documentation 2016-03-25 20:11:00 +00:00
api_gateway_rest_api.html.markdown docs: Fix API Gateway documentation 2016-03-25 20:11:00 +00:00
app_cookie_stickiness_policy.html.markdown Updating the app_cookie_stickiness_policy docs to reflact needing a LoadBalancer name NOT Id 2015-09-18 11:13:37 +01:00
appautoscaling_policy.html.markdown Clean up whitespace in `aws_appautoscaling_policy` docs (#8228) 2016-08-16 16:46:56 +01:00
appautoscaling_target.html.markdown AWS Application AutoScaling 2016-07-26 10:43:06 +01:00
autoscaling_group.html.markdown provider/aws: Add support for TargetGroups to AutoScaling Groups (#8327) 2016-08-19 14:07:53 -05:00
autoscaling_lifecycle_hooks.html.markdown documentation: Marking `notification_target_arn` and `role_arn` as 2016-03-14 13:23:03 +00:00
autoscaling_notification.html.markdown insert missing word 2016-03-07 11:18:49 -08:00
autoscaling_policy.html.markdown aws_autoscaling_policy: Add documentation for StepScaling policies. 2016-03-24 16:35:54 -04:00
autoscaling_schedule.html.markdown Fix typo: "messag" to "message." 2016-03-14 03:24:33 +09:00
cloudformation_stack.html.markdown Correcting arn output to id (#6586) 2016-05-10 22:32:07 +01:00
cloudfront_distribution.html.markdown Merge pull request #6505 from hashicorp/b-cloudfront-cookies 2016-05-08 19:45:37 -04:00
cloudfront_origin_access_identity.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
cloudtrail.html.markdown docs/aws: Update documentation example to remove \ from bucket prefix (#8289) 2016-08-18 18:44:19 +01:00
cloudwatch_event_rule.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
cloudwatch_event_target.html.markdown provider/aws: Doc cloudwatch SNS and lambda perms 2016-04-06 10:28:24 -05:00
cloudwatch_log_group.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
cloudwatch_log_metric_filter.html.markdown provider/aws: Add docs for CloudWatch Log Metric Filter 2016-03-15 15:01:20 +00:00
cloudwatch_log_subscription_filter.html.markdown Add cloudwatch_logs_subscription_filter provider (#5996) 2016-04-20 20:05:21 +01:00
cloudwatch_metric_alarm.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
code_commit_repository.html.markdown Added the documentation for the CodeCommit repository 2015-10-30 21:39:16 +00:00
codedeploy_app.html.markdown Fix syntax errors in AWS CodeDeploy resource docs. 2015-10-21 09:45:48 -07:00
codedeploy_deployment_group.html.markdown provider/aws: Manage Triggers for AWS CodeDeploy Event Notifications (#5599) 2016-04-11 19:42:21 +01:00
customer_gateway.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
db_event_subscription.html.markdown Added RDS event subscriptions (#6367) 2016-05-05 11:14:25 +01:00
db_instance.html.markdown apostrophe police 2016-08-11 09:32:54 -07:00
db_option_group.html.markdown docs/aws: Documentation Update for `aws_db_option_group` (#8424) 2016-08-23 20:02:22 +01:00
db_parameter_group.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
db_security_group.html.markdown provider/aws: Support Import of `aws_db_security_group` 2016-08-02 01:42:54 +10:00
db_subnet_group.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
default_network_acl.html.markdown provider/aws: Default Network ACL resource (#6165) 2016-04-18 11:02:00 -05:00
directory_service_directory.html.markdown provider/aws: `directory_service_directory` documentation 2016-07-07 13:39:20 +01:00
dynamodb_table.html.markdown provider/aws: Change to `aws_dynamodb_table` hash_key forces a new 2016-05-24 11:39:55 +01:00
ebs_volume.html.md docs/aws: Fixing the size documentation to be GiBs not GBs (#8240) 2016-08-16 21:07:59 +01:00
ecr_repository.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
ecr_repository_policy.html.markdown region available is growing 2016-03-21 21:04:30 +00:00
ecs_cluster.html.markdown Add docs for new AWS ECS resources 2015-06-03 22:48:19 +01:00
ecs_service.html.markdown provider/aws: Add support for ECS svc - LB target group (#8190) 2016-08-23 11:19:43 -05:00
ecs_task_definition.html.markdown provider/aws: Add support for `network_mode` to `aws_ecs_task_definition` (#8391) 2016-08-23 11:27:45 +01:00
efs_file_system.html.markdown Add ability to set Performance Mode in aws_efs_file_system. (#7791) 2016-07-28 11:19:39 +01:00
efs_mount_target.html.markdown Add ability to set Performance Mode in aws_efs_file_system. (#7791) 2016-07-28 11:19:39 +01:00
eip.html.markdown provider/aws: Fix issue changing EIP Association (#6521) 2016-05-06 15:38:39 -05:00
eip_association.html.markdown Updated eip_association example (#6957) 2016-06-02 01:30:10 +01:00
elastic_beanstalk_application.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
elastic_beanstalk_configuration_template.html.markdown provider/aws: Elastic Beanstalk scheduledaction (#7376) 2016-06-28 01:56:12 +01:00
elastic_beanstalk_environment.html.markdown Added example of how the Option settings works (#8413) 2016-08-23 14:47:10 +01:00
elastic_transcoder_pipeline.html.markdown provider/aws: Update ElasticTranscoder to allow empty notifications, removing notifications, etc (#8207) 2016-08-16 13:41:12 -05:00
elastic_transcoder_preset.html.markdown aws/docs: Fix Elastic Transcoder docs 2016-07-09 10:53:54 +01:00
elasticache_cluster.html.markdown provider/aws: Support `snapshot_name` for ElastiCache Cluster and (#8419) 2016-08-24 10:55:20 +01:00
elasticache_parameter_group.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
elasticache_replication_group.html.markdown provider/aws: Support `snapshot_name` for ElastiCache Cluster and (#8419) 2016-08-24 10:55:20 +01:00
elasticache_security_group.html.markdown Add default description 2016-05-23 06:46:45 +10:00
elasticache_subnet_group.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
elasticsearch_domain.html.markdown provider/aws: Support `aws_elasticsearch_domain` upgrades to (#7860) 2016-08-05 08:59:15 +01:00
elb.html.markdown health_check's target explained 2016-08-19 11:12:56 -04:00
elb_attachment.html.markdown Add top-level ELB Attachment resource 2016-06-07 09:46:39 -04:00
flow_log.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
glacier_vault.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
iam_access_key.html.markdown provider/aws: add ses_smtp_password to iam_access_key 2015-09-03 13:01:04 -05:00
iam_account_password_policy.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
iam_group.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
iam_group_membership.html.markdown Fix page description of aws_iam_group_membership 2015-07-02 01:38:40 +09:00
iam_group_policy.html.markdown Correct misspellings 2015-05-29 10:25:42 +09:00
iam_group_policy_attachment.markdown provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 2016-05-25 11:03:43 -05:00
iam_instance_profile.html.markdown Add `name_prefix` to `aws_iam_instance_profile` and `aws_iam_role` (#6939) 2016-06-05 00:46:27 +01:00
iam_policy.html.markdown Correct misspellings 2015-05-29 10:25:42 +09:00
iam_policy_attachment.html.markdown add note to aws_iam_policy_attachment explaining its use/limitations 2015-08-02 16:44:43 -04:00
iam_role.html.markdown Add `name_prefix` to `aws_iam_instance_profile` and `aws_iam_role` (#6939) 2016-06-05 00:46:27 +01:00
iam_role_policy.html.markdown docs/aws: Fix example of aws_iam_role_policy 2015-08-04 11:57:05 +01:00
iam_role_policy_attachment.markdown provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 2016-05-25 11:03:43 -05:00
iam_saml_provider.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
iam_server_certificate.html.markdown Fix broken docs link (#7175) 2016-06-15 09:36:23 -05:00
iam_user.html.markdown provider/aws: Delete access keys before deleting IAM user (#7766) 2016-07-25 08:15:03 +01:00
iam_user_policy.html.markdown Remove status argument from `aws_iam_access_key` 2015-07-01 13:07:31 +09:00
iam_user_policy_attachment.markdown provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 2016-05-25 11:03:43 -05:00
iam_user_ssh_key.html.markdown provider/aws: Add documentation for `aws_iam_user_ssh_key` resource 2016-03-22 01:19:39 +00:00
instance.html.markdown providers/aws: expose network interface id (#6751) 2016-07-25 19:52:40 +01:00
internet_gateway.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
key_pair.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
kinesis_firehose_delivery_stream.html.markdown provider/aws: Update docs for s3 compression_formation for Kinesis (#8063) 2016-08-09 17:07:22 +12:00
kinesis_stream.html.markdown Add support for Kinesis streams shard-level metrics (#7684) 2016-07-21 23:37:58 +01:00
kms_alias.html.markdown Added documentation for kms alias name_prefix 2016-03-21 18:48:15 +00:00
kms_key.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
lambda_alias.html.markdown website: Fix missing sidebar_current 2016-03-06 23:51:25 +09:00
lambda_event_source_mapping.html.markdown website: Fix missing sidebar_current 2016-03-06 23:51:25 +09:00
lambda_function.html.markdown Not Error out on AWS Lambda VPC config if both subnet_ids and security_group_ids are empty. (#6191) 2016-08-15 17:52:42 +01:00
lambda_permission.html.markdown website: Fix missing sidebar_current 2016-03-06 23:51:25 +09:00
launch_configuration.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
lb_cookie_stickiness_policy.html.markdown fix illegal char in the policy name 2015-10-13 12:57:22 +02:00
lb_ssl_negotiation_policy.html.markdown Add note to use Server-Defined-Cipher-Order 2016-08-21 14:21:02 +01:00
load_balancer_backend_server_policy.html.markdown provider/aws: Add the documentation for the new * resources to the ERB layout 2016-08-09 15:43:02 +12:00
load_balancer_listener_policy.html.markdown rename aws load balancer policy resources 2016-08-07 23:08:49 -04:00
load_balancer_policy.html.markdown rename aws load balancer policy resources 2016-08-07 23:08:49 -04:00
main_route_table_assoc.html.markdown
nat_gateway.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
network_acl.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
network_acl_rule.html.markdown Add note about setting wildcard icmp_type. 2016-07-17 03:34:32 +09:00
network_interface.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
opsworks_application.html.markdown Opsworks Application support 2016-04-07 14:18:50 -07:00
opsworks_custom_layer.html.markdown add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
opsworks_ganglia_layer.html.markdown add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
opsworks_haproxy_layer.html.markdown add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
opsworks_instance.html.markdown Fix errata Opsworks Documentation (#6977) 2016-06-02 10:14:37 +01:00
opsworks_java_app_layer.html.markdown add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
opsworks_memcached_layer.html.markdown add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
opsworks_mysql_layer.html.markdown add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
opsworks_nodejs_app_layer.html.markdown add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
opsworks_permission.html.markdown Fix broken documents 2016-08-10 00:23:08 +09:00
opsworks_php_app_layer.html.markdown add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
opsworks_rails_app_layer.html.markdown add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
opsworks_stack.html.markdown provider/aws: Add agent_version argument to AWS_OPSWORKS_STACK 2016-05-05 22:56:44 +01:00
opsworks_static_web_layer.html.markdown Added option to attach an ELB to Opsworks layer 2016-02-16 09:44:15 -06:00
opsworks_user_profile.html.markdown Fix broken documents 2016-08-10 00:23:08 +09:00
placement_group.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
proxy_protocol_policy.html.markdown Incorrect references fixed 2015-05-08 10:40:56 +01:00
rds_cluster.html.markdown apostrophe police 2016-08-11 09:34:00 -07:00
rds_cluster_instance.html.markdown add Aurora instance failover priority feature (#8087) 2016-08-12 07:51:25 +10:00
rds_cluster_parameter_group.markdown provider/aws: Support Import of `aws_db_security_group` 2016-08-02 01:42:54 +10:00
redshift_cluster.html.markdown provider/aws: Add support to `aws_redshift_cluster` for restoring from (#8414) 2016-08-24 10:58:05 +01:00
redshift_parameter_group.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
redshift_security_group.html.markdown provider/aws: Support Import of `aws_redshift_security_group` 2016-08-02 02:03:43 +10:00
redshift_subnet_group.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
route.html.markdown Add link to Route table page, remove self-reference 2016-04-02 08:39:19 +13:00
route53_delegation_set.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
route53_health_check.html.markdown provider/aws: Implement support for CloudWatch Metric in 2016-08-19 13:00:45 +01:00
route53_record.html.markdown add support for geolocation and latency records to aws route53 provider 2016-05-31 15:11:02 -05:00
route53_zone.html.markdown provider/aws: Allow force_destroying records in R53 hosted zone 2016-08-16 19:34:58 +01:00
route53_zone_association.html.markdown updated referenced zone to use .zone_id vs .id 2016-01-29 11:03:02 -05:00
route_table.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
route_table_association.html.markdown Docs: Fix name according to reality (route-table-assoc->route-table-association) 2015-05-30 15:51:21 +01:00
s3_bucket.html.markdown provider/aws: Support import of `aws_s3_bucket` (#8262) 2016-08-18 16:01:20 +01:00
s3_bucket_notification.html.markdown Update S3 notification documentation 2016-07-06 16:00:16 -04:00
s3_bucket_object.html.markdown Add ability to set Storage Class in aws_s3_bucket_object. (#8174) 2016-08-15 07:30:47 +01:00
security_group.html.markdown Documentation: explain the role of to_port in a security group rule when protocol is "icmp" (#8093) 2016-08-10 14:32:18 -05:00
security_group_rule.html.markdown Documentation: explain the role of to_port in a security group rule when protocol is "icmp" (#8093) 2016-08-10 14:32:18 -05:00
ses_active_receipt_rule_set.html.markdown Add SES resource (#5387) 2016-06-26 22:07:14 +01:00
ses_receipt_filter.html.markdown Add SES resource (#5387) 2016-06-26 22:07:14 +01:00
ses_receipt_rule.html.markdown remove duplicate 'recipients' argument (#7968) 2016-08-04 07:47:12 +01:00
ses_receipt_rule_set.html.markdown Add SES resource (#5387) 2016-06-26 22:07:14 +01:00
simpledb_domain.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
sns_topic.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
sns_topic_subscription.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
spot_fleet_request.html.markdown provider/aws: AWS SpotFleet Requests now works with Subnets and AZs (#8320) 2016-08-24 11:08:46 +01:00
spot_instance_request.html.markdown Use HTTPS + www. for links 2016-01-14 16:03:26 -05:00
sqs_queue.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
subnet.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
volume_attachment.html.markdown provider/aws: doc EBS block device mix-match caveats 2016-03-25 12:12:01 -05:00
vpc.html.markdown Fix typo in aws_vpc resource docs (VPN -> VPC) (#7805) 2016-07-26 07:35:52 +01:00
vpc_dhcp_options.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
vpc_dhcp_options_association.html.markdown providers/aws: Implements DHCP Options Set support. 2015-04-30 17:52:04 -04:00
vpc_endpoint.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
vpc_peering.html.markdown Add ability to set peering options in aws_vpc_peering_connection. (#8310) 2016-08-19 11:19:49 +01:00
vpn_connection.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
vpn_connection_route.html.markdown BGP AS 60000 is assigned to EQUINIX-CLOUD-EXCHANGE-AMSTERDAM-ASN. 2016-06-08 13:46:56 +00:00
vpn_gateway.html.markdown documentation/aws: More additions of Import documention to the AWS (#7729) 2016-07-20 23:28:59 +01:00
vpn_gateway_attachment.html.markdown Add aws_vpn_gateway_attachment resource. (#7870) 2016-08-07 09:29:51 +10:00