diff --git a/.gitignore b/.gitignore index c12dda081bcc..5aaec9d33786 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ website/vendor # Keep windows files with windows line endings *.winfile eol=crlf +/.vs \ No newline at end of file diff --git a/website/docs/d/acm_certificate.html.markdown b/website/docs/d/acm_certificate.html.markdown index 2fc2d3375609..992067e3062f 100644 --- a/website/docs/d/acm_certificate.html.markdown +++ b/website/docs/d/acm_certificate.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on a Amazon Certificate Manager (ACM) Certificate --- -# aws_acm_certificate +# Data Source: aws_acm_certificate Use this data source to get the ARN of a certificate in AWS Certificate Manager (ACM). The process of requesting and verifying a certificate in ACM diff --git a/website/docs/d/ami.html.markdown b/website/docs/d/ami.html.markdown index 520910d3dc46..716d58548172 100644 --- a/website/docs/d/ami.html.markdown +++ b/website/docs/d/ami.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on a Amazon Machine Image (AMI). --- -# aws_ami +# Data Source: aws_ami Use this data source to get the ID of a registered AMI for use in other resources. diff --git a/website/docs/d/ami_ids.html.markdown b/website/docs/d/ami_ids.html.markdown index 25f2073c7d96..bc691f5faeca 100644 --- a/website/docs/d/ami_ids.html.markdown +++ b/website/docs/d/ami_ids.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a list of AMI IDs. --- -# aws_ami_ids +# Data Source: aws_ami_ids Use this data source to get a list of AMI IDs matching the specified criteria. diff --git a/website/docs/d/autoscaling_groups.html.markdown b/website/docs/d/autoscaling_groups.html.markdown index ae4e1b29883a..470f05e3152d 100644 --- a/website/docs/d/autoscaling_groups.html.markdown +++ b/website/docs/d/autoscaling_groups.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a list of Autoscaling Groups within a specific region. --- -# aws_autoscaling_groups +# Data Source: aws_autoscaling_groups The Autoscaling Groups data source allows access to the list of AWS ASGs within a specific region. This will allow you to pass a list of AutoScaling Groups to other resources. diff --git a/website/docs/d/availability_zone.html.markdown b/website/docs/d/availability_zone.html.markdown index bcf6b99ff752..7cc945be36e0 100644 --- a/website/docs/d/availability_zone.html.markdown +++ b/website/docs/d/availability_zone.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific availability zone --- -# aws_availability_zone +# Data Source: aws_availability_zone `aws_availability_zone` provides details about a specific availability zone (AZ) in the current region. diff --git a/website/docs/d/availability_zones.html.markdown b/website/docs/d/availability_zones.html.markdown index 333f9fe453ca..3000a2f8b16d 100644 --- a/website/docs/d/availability_zones.html.markdown +++ b/website/docs/d/availability_zones.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a list of Availability Zones which can be used by an AWS account. --- -# aws_availability_zones +# Data Source: aws_availability_zones The Availability Zones data source allows access to the list of AWS Availability Zones which can be accessed by an AWS account within the region diff --git a/website/docs/d/billing_service_account.html.markdown b/website/docs/d/billing_service_account.html.markdown index 01608c96b7d3..5545d2303499 100644 --- a/website/docs/d/billing_service_account.html.markdown +++ b/website/docs/d/billing_service_account.html.markdown @@ -6,7 +6,7 @@ description: |- Get AWS Billing Service Account --- -# aws_billing_service_account +# Data Source: aws_billing_service_account Use this data source to get the Account ID of the [AWS Billing and Cost Management Service Account](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-getting-started.html#step-2) for the purpose of whitelisting in S3 bucket policy. diff --git a/website/docs/d/caller_identity.html.markdown b/website/docs/d/caller_identity.html.markdown index 11aac53c3748..6fdcf2657f2e 100644 --- a/website/docs/d/caller_identity.html.markdown +++ b/website/docs/d/caller_identity.html.markdown @@ -7,7 +7,7 @@ description: |- connection to AWS. --- -# aws_caller_identity +# Data Source: aws_caller_identity Use this data source to get the access to the effective Account ID, User ID, and ARN in which Terraform is authorized. diff --git a/website/docs/d/canonical_user_id.html.markdown b/website/docs/d/canonical_user_id.html.markdown index b6d608145b54..e9b19657f031 100644 --- a/website/docs/d/canonical_user_id.html.markdown +++ b/website/docs/d/canonical_user_id.html.markdown @@ -7,7 +7,7 @@ description: |- connection to AWS. --- -# aws_canonical_user_id +# Data Source: aws_canonical_user_id The Canonical User ID data source allows access to the [canonical user ID](http://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html) for the effective account in which Terraform is working. diff --git a/website/docs/d/cloudformation_stack.html.markdown b/website/docs/d/cloudformation_stack.html.markdown index 5e4f0a604c2d..815b88131805 100644 --- a/website/docs/d/cloudformation_stack.html.markdown +++ b/website/docs/d/cloudformation_stack.html.markdown @@ -6,7 +6,7 @@ description: |- Provides metadata of a CloudFormation stack (e.g. outputs) --- -# aws_cloudformation_stack +# Data Source: aws_cloudformation_stack The CloudFormation Stack data source allows access to stack outputs and other useful data including the template body. diff --git a/website/docs/d/cloudtrail_service_account.html.markdown b/website/docs/d/cloudtrail_service_account.html.markdown index 8825de8bcd0b..a1819edcab21 100644 --- a/website/docs/d/cloudtrail_service_account.html.markdown +++ b/website/docs/d/cloudtrail_service_account.html.markdown @@ -6,7 +6,7 @@ description: |- Get AWS CloudTrail Service Account ID for storing trail data in S3. --- -# aws_cloudtrail_service_account +# Data Source: aws_cloudtrail_service_account Use this data source to get the Account ID of the [AWS CloudTrail Service Account](http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-supported-regions.html) in a given region for the purpose of allowing CloudTrail to store trail data in S3. diff --git a/website/docs/d/db_instance.html.markdown b/website/docs/d/db_instance.html.markdown index 4f0d31ec01e2..04146fdd710c 100644 --- a/website/docs/d/db_instance.html.markdown +++ b/website/docs/d/db_instance.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on an RDS Database Instance. --- -# aws_db_instance +# Data Source: aws_db_instance Use this data source to get information about an RDS instance diff --git a/website/docs/d/db_snapshot.html.markdown b/website/docs/d/db_snapshot.html.markdown index 43c07112b470..8d1354c59573 100644 --- a/website/docs/d/db_snapshot.html.markdown +++ b/website/docs/d/db_snapshot.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on a DB Snapshot. --- -# aws_db_snapshot +# Data Source: aws_db_snapshot Use this data source to get information about a DB Snapshot for use when provisioning DB instances diff --git a/website/docs/d/dynamodb_table.html.markdown b/website/docs/d/dynamodb_table.html.markdown index 6aab4f26577e..1b55f23193dc 100644 --- a/website/docs/d/dynamodb_table.html.markdown +++ b/website/docs/d/dynamodb_table.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a DynamoDB table data source. --- -# aws_dynamodb_table +# Data Source: aws_dynamodb_table Provides information about a DynamoDB table. diff --git a/website/docs/d/ebs_snapshot.html.markdown b/website/docs/d/ebs_snapshot.html.markdown index 6001151f3df2..57f4e9f72b2c 100644 --- a/website/docs/d/ebs_snapshot.html.markdown +++ b/website/docs/d/ebs_snapshot.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on an EBS Snapshot. --- -# aws_ebs_snapshot +# Data Source: aws_ebs_snapshot Use this data source to get information about an EBS Snapshot for use when provisioning EBS Volumes diff --git a/website/docs/d/ebs_snapshot_ids.html.markdown b/website/docs/d/ebs_snapshot_ids.html.markdown index eb3eed17fc5c..6113ef7a651e 100644 --- a/website/docs/d/ebs_snapshot_ids.html.markdown +++ b/website/docs/d/ebs_snapshot_ids.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a list of EBS snapshot IDs. --- -# aws_ebs_snapshot_ids +# Data Source: aws_ebs_snapshot_ids Use this data source to get a list of EBS Snapshot IDs matching the specified criteria. diff --git a/website/docs/d/ebs_volume.html.markdown b/website/docs/d/ebs_volume.html.markdown index 37dad32a362a..c46b089a53d5 100644 --- a/website/docs/d/ebs_volume.html.markdown +++ b/website/docs/d/ebs_volume.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on an EBS volume. --- -# aws_ebs_volume +# Data Source: aws_ebs_volume Use this data source to get information about an EBS volume for use in other resources. diff --git a/website/docs/d/ecr_repository.html.markdown b/website/docs/d/ecr_repository.html.markdown index 92e5e19acdb4..91ee3730851b 100644 --- a/website/docs/d/ecr_repository.html.markdown +++ b/website/docs/d/ecr_repository.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about an ECR Repository --- -# aws_ecr_repository +# Data Source: aws_ecr_repository The ECR Repository data source allows the ARN, Repository URI and Registry ID to be retrieved for an ECR repository. diff --git a/website/docs/d/ecs_cluster.html.markdown b/website/docs/d/ecs_cluster.html.markdown index 4fcd931b7d11..309ba59dd967 100644 --- a/website/docs/d/ecs_cluster.html.markdown +++ b/website/docs/d/ecs_cluster.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about an ecs cluster --- -# aws_ecs_cluster +# Data Source: aws_ecs_cluster The ECS Cluster data source allows access to details of a specific cluster within an AWS ECS service. diff --git a/website/docs/d/ecs_container_definition.html.markdown b/website/docs/d/ecs_container_definition.html.markdown index f18c0bce11ff..f6c8f2587ca5 100644 --- a/website/docs/d/ecs_container_definition.html.markdown +++ b/website/docs/d/ecs_container_definition.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a single container within an ecs task definition --- -# aws_ecs_container_definition +# Data Source: aws_ecs_container_definition The ECS container definition data source allows access to details of a specific container within an AWS ECS service. diff --git a/website/docs/d/ecs_task_definition.html.markdown b/website/docs/d/ecs_task_definition.html.markdown index a13b59f53dde..8e680543d5aa 100644 --- a/website/docs/d/ecs_task_definition.html.markdown +++ b/website/docs/d/ecs_task_definition.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about an ecs task definition --- -# aws_ecs_task_definition +# Data Source: aws_ecs_task_definition The ECS task definition data source allows access to details of a specific AWS ECS task definition. diff --git a/website/docs/d/efs_file_system.html.markdown b/website/docs/d/efs_file_system.html.markdown index 240634e7d185..82fc30e4d9aa 100644 --- a/website/docs/d/efs_file_system.html.markdown +++ b/website/docs/d/efs_file_system.html.markdown @@ -6,7 +6,7 @@ description: |- Provides an Elastic File System (EFS) data source. --- -# aws_efs_file_system +# Data Source: aws_efs_file_system Provides information about an Elastic File System (EFS). diff --git a/website/docs/d/efs_mount_target.html.markdown b/website/docs/d/efs_mount_target.html.markdown index 7a55b9a1fdd5..0cb47413d843 100644 --- a/website/docs/d/efs_mount_target.html.markdown +++ b/website/docs/d/efs_mount_target.html.markdown @@ -6,7 +6,7 @@ description: |- Provides an Elastic File System Mount Target (EFS) data source. --- -# aws_efs_mount_target +# Data Source: aws_efs_mount_target Provides information about an Elastic File System Mount Target (EFS). diff --git a/website/docs/d/eip.html.markdown b/website/docs/d/eip.html.markdown index 3ee0d39382c5..9a6535eedb40 100644 --- a/website/docs/d/eip.html.markdown +++ b/website/docs/d/eip.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific Elastic IP --- -# aws_eip +# Data Source: aws_eip `aws_eip` provides details about a specific Elastic IP. diff --git a/website/docs/d/elastic_beanstalk_solution_stack.html.markdown b/website/docs/d/elastic_beanstalk_solution_stack.html.markdown index e2b3c2b11003..31e1b6983e0e 100644 --- a/website/docs/d/elastic_beanstalk_solution_stack.html.markdown +++ b/website/docs/d/elastic_beanstalk_solution_stack.html.markdown @@ -6,7 +6,7 @@ description: |- Get an elastic beanstalk solution stack. --- -# aws_elastic_beanstalk_solution_stack +# Data Source: aws_elastic_beanstalk_solution_stack Use this data source to get the name of a elastic beanstalk solution stack. @@ -37,4 +37,4 @@ a single solution stack, or use `most_recent` to choose the most recent one. * `name` - The name of the solution stack. -[beanstalk-platforms]: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html "AWS Elastic Beanstalk Supported Platforms documentation" \ No newline at end of file +[beanstalk-platforms]: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html "AWS Elastic Beanstalk Supported Platforms documentation" diff --git a/website/docs/d/elasticache_cluster.html.markdown b/website/docs/d/elasticache_cluster.html.markdown index ae2cb4cbd531..6764941c0b6f 100644 --- a/website/docs/d/elasticache_cluster.html.markdown +++ b/website/docs/d/elasticache_cluster.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on an ElastiCache Cluster resource. --- -# aws_elasticache_cluster +# Data Source: aws_elasticache_cluster Use this data source to get information about an Elasticache Cluster diff --git a/website/docs/d/elasticache_replication_group.html.markdown b/website/docs/d/elasticache_replication_group.html.markdown index 53b41abfbd45..fbb02603aaff 100644 --- a/website/docs/d/elasticache_replication_group.html.markdown +++ b/website/docs/d/elasticache_replication_group.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on an ElastiCache Replication Group resource. --- -# aws_elasticache_replication_group +# Data Source: aws_elasticache_replication_group Use this data source to get information about an Elasticache Replication Group. diff --git a/website/docs/d/elb_hosted_zone_id.html.markdown b/website/docs/d/elb_hosted_zone_id.html.markdown index ab7589b0f59a..e92c9307188a 100644 --- a/website/docs/d/elb_hosted_zone_id.html.markdown +++ b/website/docs/d/elb_hosted_zone_id.html.markdown @@ -6,7 +6,7 @@ description: |- Get AWS Elastic Load Balancing Hosted Zone Id --- -# aws_elb_hosted_zone_id +# Data Source: aws_elb_hosted_zone_id Use this data source to get the HostedZoneId of the AWS Elastic Load Balancing HostedZoneId in a given region for the purpose of using in an AWS Route53 Alias. diff --git a/website/docs/d/elb_service_account.html.markdown b/website/docs/d/elb_service_account.html.markdown index b61d5f8d193b..7433f369ebe1 100644 --- a/website/docs/d/elb_service_account.html.markdown +++ b/website/docs/d/elb_service_account.html.markdown @@ -6,7 +6,7 @@ description: |- Get AWS Elastic Load Balancing Service Account --- -# aws_elb_service_account +# Data Source: aws_elb_service_account Use this data source to get the Account ID of the [AWS Elastic Load Balancing Service Account](http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy) in a given region for the purpose of whitelisting in S3 bucket policy. diff --git a/website/docs/d/iam_account_alias.html.markdown b/website/docs/d/iam_account_alias.html.markdown index 0e44b23473ef..07fbebc490e6 100644 --- a/website/docs/d/iam_account_alias.html.markdown +++ b/website/docs/d/iam_account_alias.html.markdown @@ -7,7 +7,7 @@ description: |- connection to AWS. --- -# aws_iam_account_alias +# Data Source: aws_iam_account_alias The IAM Account Alias data source allows access to the account alias for the effective account in which Terraform is working. diff --git a/website/docs/d/iam_group.html.markdown b/website/docs/d/iam_group.html.markdown index fba2bc0b7a23..fc0941fed63d 100644 --- a/website/docs/d/iam_group.html.markdown +++ b/website/docs/d/iam_group.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on a Amazon IAM group --- -# aws_iam_group +# Data Source: aws_iam_group This data source can be used to fetch information about a specific IAM group. By using this data source, you can reference IAM group diff --git a/website/docs/d/iam_instance_profile.html.markdown b/website/docs/d/iam_instance_profile.html.markdown index d393d708553c..4eb866a0799a 100644 --- a/website/docs/d/iam_instance_profile.html.markdown +++ b/website/docs/d/iam_instance_profile.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on a Amazon IAM Instance Profile --- -# aws_iam_instance_profile +# Data Source: aws_iam_instance_profile This data source can be used to fetch information about a specific IAM instance profile. By using this data source, you can reference IAM diff --git a/website/docs/d/iam_policy_document.html.markdown b/website/docs/d/iam_policy_document.html.markdown index e755b42f4ee0..bb12823feadc 100644 --- a/website/docs/d/iam_policy_document.html.markdown +++ b/website/docs/d/iam_policy_document.html.markdown @@ -6,7 +6,7 @@ description: |- Generates an IAM policy document in JSON format --- -# aws_iam_policy_document +# Data Source: aws_iam_policy_document Generates an IAM policy document in JSON format. diff --git a/website/docs/d/iam_role.html.markdown b/website/docs/d/iam_role.html.markdown index 75f3a18126ae..b2e981794e37 100644 --- a/website/docs/d/iam_role.html.markdown +++ b/website/docs/d/iam_role.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on a Amazon IAM role --- -# aws_iam_role +# Data Source: aws_iam_role This data source can be used to fetch information about a specific IAM role. By using this data source, you can reference IAM role diff --git a/website/docs/d/iam_server_certificate.html.markdown b/website/docs/d/iam_server_certificate.html.markdown index f34344c18dfc..cc51baa37f15 100644 --- a/website/docs/d/iam_server_certificate.html.markdown +++ b/website/docs/d/iam_server_certificate.html.markdown @@ -6,7 +6,7 @@ description: |- Get information about a server certificate --- -# aws_iam_server_certificate +# Data Source: aws_iam_server_certificate Use this data source to lookup information about IAM Server Certificates. diff --git a/website/docs/d/iam_user.html.markdown b/website/docs/d/iam_user.html.markdown index 0446f4368801..09835aad46f7 100644 --- a/website/docs/d/iam_user.html.markdown +++ b/website/docs/d/iam_user.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on a Amazon IAM user --- -# aws_iam_user +# Data Source: aws_iam_user This data source can be used to fetch information about a specific IAM user. By using this data source, you can reference IAM user diff --git a/website/docs/d/instance.html.markdown b/website/docs/d/instance.html.markdown index 27c425b8840f..530db418e229 100644 --- a/website/docs/d/instance.html.markdown +++ b/website/docs/d/instance.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on an Amazon EC2 Instance. --- -# aws_instance +# Data Source: aws_instance Use this data source to get the ID of an Amazon EC2 Instance for use in other resources. diff --git a/website/docs/d/instances.html.markdown b/website/docs/d/instances.html.markdown index a3ccb0b9f58c..22713c0be77c 100644 --- a/website/docs/d/instances.html.markdown +++ b/website/docs/d/instances.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on an Amazon EC2 instances. --- -# aws_instances +# Data Source: aws_instances Use this data source to get IDs or IPs of Amazon EC2 instances to be referenced elsewhere, e.g. to allow easier migration from another management solution diff --git a/website/docs/d/internet_gateway.html.markdown b/website/docs/d/internet_gateway.html.markdown index 1773b725eac3..288631578b87 100644 --- a/website/docs/d/internet_gateway.html.markdown +++ b/website/docs/d/internet_gateway.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific Internet Gateway --- -# aws_internet_gateway +# Data Source: aws_internet_gateway `aws_internet_gateway` provides details about a specific Internet Gateway. diff --git a/website/docs/d/ip_ranges.html.markdown b/website/docs/d/ip_ranges.html.markdown index 7c6a27acab9e..c5490f7f075f 100644 --- a/website/docs/d/ip_ranges.html.markdown +++ b/website/docs/d/ip_ranges.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on AWS IP ranges. --- -# aws_ip_ranges +# Data Source: aws_ip_ranges Use this data source to get the [IP ranges][1] of various AWS products and services. diff --git a/website/docs/d/kinesis_stream.html.markdown b/website/docs/d/kinesis_stream.html.markdown index a764073db95e..c8630fbe0616 100644 --- a/website/docs/d/kinesis_stream.html.markdown +++ b/website/docs/d/kinesis_stream.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a Kinesis Stream data source. --- -# aws_kinesis_stream +# Data Source: aws_kinesis_stream Use this data source to get information about a Kinesis Stream for use in other resources. @@ -42,4 +42,4 @@ are exported: [1]: https://aws.amazon.com/documentation/kinesis/ [2]: https://docs.aws.amazon.com/streams/latest/dev/kinesis-using-sdk-java-after-resharding.html#kinesis-using-sdk-java-resharding-data-routing -[3]: https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html \ No newline at end of file +[3]: https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html diff --git a/website/docs/d/kms_alias.html.markdown b/website/docs/d/kms_alias.html.markdown index 3d8e0c715d78..354685732b3e 100644 --- a/website/docs/d/kms_alias.html.markdown +++ b/website/docs/d/kms_alias.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on a AWS Key Management Service (KMS) Alias --- -# aws_kms_alias +# Data Source: aws_kms_alias Use this data source to get the ARN of a KMS key alias. By using this data source, you can reference key alias diff --git a/website/docs/d/kms_ciphertext.html.markdown b/website/docs/d/kms_ciphertext.html.markdown index 9eb491aba4e0..503940dc5fd9 100644 --- a/website/docs/d/kms_ciphertext.html.markdown +++ b/website/docs/d/kms_ciphertext.html.markdown @@ -6,7 +6,7 @@ description: |- Provides ciphertext encrypted using a KMS key --- -# aws_kms_ciphertext +# Data Source: aws_kms_ciphertext The KMS ciphertext data source allows you to encrypt plaintext into ciphertext by using an AWS KMS customer master key. diff --git a/website/docs/d/kms_secret.html.markdown b/website/docs/d/kms_secret.html.markdown index 0423e2c66f63..113ad814a021 100644 --- a/website/docs/d/kms_secret.html.markdown +++ b/website/docs/d/kms_secret.html.markdown @@ -6,7 +6,7 @@ description: |- Provides secret data encrypted with the KMS service --- -# aws_kms_secret +# Data Source: aws_kms_secret The KMS secret data source allows you to use data encrypted with the AWS KMS service within your resource definitions. diff --git a/website/docs/d/lb.html.markdown b/website/docs/d/lb.html.markdown index d50991d97d99..d7a2066288d2 100644 --- a/website/docs/d/lb.html.markdown +++ b/website/docs/d/lb.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a Load Balancer data source. --- -# aws_lb +# Data Source: aws_lb ~> **Note:** `aws_alb` is known as `aws_lb`. The functionality is identical. diff --git a/website/docs/d/lb_listener.html.markdown b/website/docs/d/lb_listener.html.markdown index b5ab57051c5a..ee75a430cf28 100644 --- a/website/docs/d/lb_listener.html.markdown +++ b/website/docs/d/lb_listener.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a Load Balancer Listener data source. --- -# aws_lb_listener +# Data Source: aws_lb_listener ~> **Note:** `aws_alb_listener` is known as `aws_lb_listener`. The functionality is identical. diff --git a/website/docs/d/lb_target_group.html.markdown b/website/docs/d/lb_target_group.html.markdown index c78a0e3e5776..210d69e50fe0 100644 --- a/website/docs/d/lb_target_group.html.markdown +++ b/website/docs/d/lb_target_group.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a Load Balancer Target Group data source. --- -# aws_lb_target_group +# Data Source: aws_lb_target_group ~> **Note:** `aws_alb_target_group` is known as `aws_lb_target_group`. The functionality is identical. diff --git a/website/docs/d/nat_gateway.html.markdown b/website/docs/d/nat_gateway.html.markdown index 5ca998a998e7..f8fd3a8a48d9 100644 --- a/website/docs/d/nat_gateway.html.markdown +++ b/website/docs/d/nat_gateway.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific Nat Gateway --- -# aws_nat_gateway +# Data Source: aws_nat_gateway Provides details about a specific Nat Gateway. diff --git a/website/docs/d/partition.html.markdown b/website/docs/d/partition.html.markdown index 728ab20f1101..24ce6935dc06 100644 --- a/website/docs/d/partition.html.markdown +++ b/website/docs/d/partition.html.markdown @@ -6,7 +6,7 @@ description: |- Get AWS partition identifier --- -# aws_partition +# Data Source: aws_partition Use this data source to lookup current AWS partition in which Terraform is working diff --git a/website/docs/d/prefix_list.html.markdown b/website/docs/d/prefix_list.html.markdown index 27c0a26889b0..22d655c41dbe 100644 --- a/website/docs/d/prefix_list.html.markdown +++ b/website/docs/d/prefix_list.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific prefix list --- -# aws_prefix_list +# Data Source: aws_prefix_list `aws_prefix_list` provides details about a specific prefix list (PL) in the current region. diff --git a/website/docs/d/rds_cluster.html.markdown b/website/docs/d/rds_cluster.html.markdown index 2a65039f24e2..5c863c5a137d 100644 --- a/website/docs/d/rds_cluster.html.markdown +++ b/website/docs/d/rds_cluster.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a RDS cluster data source. --- -# aws_rds_cluster +# Data Source: aws_rds_cluster Provides information about a RDS cluster. diff --git a/website/docs/d/redshift_service_account.html.markdown b/website/docs/d/redshift_service_account.html.markdown index dbaf12faa8b0..460c8ab15e79 100644 --- a/website/docs/d/redshift_service_account.html.markdown +++ b/website/docs/d/redshift_service_account.html.markdown @@ -6,7 +6,7 @@ description: |- Get AWS Redshift Service Account for storing audit data in S3. --- -# aws_redshift_service_account +# Data Source: aws_redshift_service_account Use this data source to get the Account ID of the [AWS Redshift Service Account](http://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-enable-logging) in a given region for the purpose of allowing Redshift to store audit data in S3. diff --git a/website/docs/d/region.html.markdown b/website/docs/d/region.html.markdown index 77d1cfdb8eac..9728b8560138 100644 --- a/website/docs/d/region.html.markdown +++ b/website/docs/d/region.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific service region --- -# aws_region +# Data Source: aws_region `aws_region` provides details about a specific AWS region. diff --git a/website/docs/d/route53_zone.html.markdown b/website/docs/d/route53_zone.html.markdown index ef53956eb087..1b6c0b09734f 100644 --- a/website/docs/d/route53_zone.html.markdown +++ b/website/docs/d/route53_zone.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific Route 53 Hosted Zone --- -# aws_route53_zone +# Data Source: aws_route53_zone `aws_route53_zone` provides details about a specific Route 53 Hosted Zone. diff --git a/website/docs/d/route_table.html.markdown b/website/docs/d/route_table.html.markdown index edcb1199a1f9..6286932d27a0 100644 --- a/website/docs/d/route_table.html.markdown +++ b/website/docs/d/route_table.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific Route Table --- -# aws_route_table +# Data Source: aws_route_table `aws_route_table` provides details about a specific Route Table. diff --git a/website/docs/d/s3_bucket.html.markdown b/website/docs/d/s3_bucket.html.markdown index 1d435185e905..1d5301c0b7ae 100644 --- a/website/docs/d/s3_bucket.html.markdown +++ b/website/docs/d/s3_bucket.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific S3 bucket --- -# aws_s3_bucket +# Data Source: aws_s3_bucket Provides details about a specific S3 bucket. @@ -69,4 +69,4 @@ The following attributes are exported: * `hosted_zone_id` - The [Route 53 Hosted Zone ID](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_website_region_endpoints) for this bucket's region. * `region` - The AWS region this bucket resides in. * `website_endpoint` - The website endpoint, if the bucket is configured with a website. If not, this will be an empty string. -* `website_domain` - The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. \ No newline at end of file +* `website_domain` - The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. diff --git a/website/docs/d/s3_bucket_object.html.markdown b/website/docs/d/s3_bucket_object.html.markdown index 6b2936c35196..93e96ce1b557 100644 --- a/website/docs/d/s3_bucket_object.html.markdown +++ b/website/docs/d/s3_bucket_object.html.markdown @@ -6,7 +6,7 @@ description: |- Provides metadata and optionally content of an S3 object --- -# aws_s3_bucket_object +# Data Source: aws_s3_bucket_object The S3 object data source allows access to the metadata and _optionally_ (see below) content of an object stored inside S3 bucket. diff --git a/website/docs/d/security_group.html.markdown b/website/docs/d/security_group.html.markdown index fcd4572d2628..651757900330 100644 --- a/website/docs/d/security_group.html.markdown +++ b/website/docs/d/security_group.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific Security Group --- -# aws_security_group +# Data Source: aws_security_group `aws_security_group` provides details about a specific Security Group. diff --git a/website/docs/d/sns_topic.html.markdown b/website/docs/d/sns_topic.html.markdown index 94eb78b05cdf..82726fd417f1 100644 --- a/website/docs/d/sns_topic.html.markdown +++ b/website/docs/d/sns_topic.html.markdown @@ -6,7 +6,7 @@ description: |- Get information on a Amazon Simple Notification Service (SNS) Topic --- -# aws_sns_topic +# Data Source: aws_sns_topic Use this data source to get the ARN of a topic in AWS Simple Notification Service (SNS). By using this data source, you can reference SNS topics diff --git a/website/docs/d/ssm_parameter.html.markdown b/website/docs/d/ssm_parameter.html.markdown index 4bda67dfa8c4..a7dbcd1370dc 100644 --- a/website/docs/d/ssm_parameter.html.markdown +++ b/website/docs/d/ssm_parameter.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a SSM Parameter datasource --- -# aws_ssm_parameter +# Data Source: aws_ssm_parameter Provides an SSM Parameter data source. diff --git a/website/docs/d/subnet.html.markdown b/website/docs/d/subnet.html.markdown index 4c0389b29b15..440f5b20fb66 100644 --- a/website/docs/d/subnet.html.markdown +++ b/website/docs/d/subnet.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific VPC subnet --- -# aws_subnet +# Data Source: aws_subnet `aws_subnet` provides details about a specific VPC subnet. diff --git a/website/docs/d/subnet_ids.html.markdown b/website/docs/d/subnet_ids.html.markdown index 5fcadbe45783..bab6870f1564 100644 --- a/website/docs/d/subnet_ids.html.markdown +++ b/website/docs/d/subnet_ids.html.markdown @@ -6,7 +6,7 @@ description: |- Provides a list of subnet Ids for a VPC --- -# aws_subnet_ids +# Data Source: aws_subnet_ids `aws_subnet_ids` provides a list of ids for a vpc_id diff --git a/website/docs/d/vpc.html.markdown b/website/docs/d/vpc.html.markdown index 3d1779ac9076..a003c0311d46 100644 --- a/website/docs/d/vpc.html.markdown +++ b/website/docs/d/vpc.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific VPC --- -# aws_vpc +# Data Source: aws_vpc `aws_vpc` provides details about a specific VPC. diff --git a/website/docs/d/vpc_endpoint.html.markdown b/website/docs/d/vpc_endpoint.html.markdown index c42e6dbc28f9..0f29249e951e 100644 --- a/website/docs/d/vpc_endpoint.html.markdown +++ b/website/docs/d/vpc_endpoint.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific VPC endpoint. --- -# aws_vpc_endpoint +# Data Source: aws_vpc_endpoint The VPC Endpoint data source provides details about a specific VPC endpoint. diff --git a/website/docs/d/vpc_endpoint_service.html.markdown b/website/docs/d/vpc_endpoint_service.html.markdown index fae9778a9ded..887e3d7e4618 100644 --- a/website/docs/d/vpc_endpoint_service.html.markdown +++ b/website/docs/d/vpc_endpoint_service.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific AWS service that can be specified when creating a VPC endpoint. --- -# aws_vpc_endpoint_service +# Data Source: aws_vpc_endpoint_service The VPC Endpoint Service data source allows access to a specific AWS service that can be specified when creating a VPC endpoint within the region diff --git a/website/docs/d/vpc_peering_connection.html.markdown b/website/docs/d/vpc_peering_connection.html.markdown index 490afbadf27f..817f6635c854 100644 --- a/website/docs/d/vpc_peering_connection.html.markdown +++ b/website/docs/d/vpc_peering_connection.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific VPC peering connection. --- -# aws_vpc_peering_connection +# Data Source: aws_vpc_peering_connection The VPC Peering Connection data source provides details about a specific VPC peering connection. diff --git a/website/docs/d/vpn_gateway.html.markdown b/website/docs/d/vpn_gateway.html.markdown index 4fa2ac55299f..c117b0b0aece 100644 --- a/website/docs/d/vpn_gateway.html.markdown +++ b/website/docs/d/vpn_gateway.html.markdown @@ -6,7 +6,7 @@ description: |- Provides details about a specific VPN gateway. --- -# aws_vpn_gateway +# Data Source: aws_vpn_gateway The VPN Gateway data source provides details about a specific VPN gateway.