From e3e5b370e81df1bde434f1189845231b9d8e3f45 Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 3 Jan 2018 15:31:02 -0600 Subject: [PATCH] Adding "Data Source" header to data source resource (continuing #2422) (#2713) * Add "Data Source:" to main heading of data source resources (issue #18) --- .gitignore | 1 + website/docs/d/acm_certificate.html.markdown | 2 +- website/docs/d/ami.html.markdown | 2 +- website/docs/d/ami_ids.html.markdown | 2 +- website/docs/d/autoscaling_groups.html.markdown | 2 +- website/docs/d/availability_zone.html.markdown | 2 +- website/docs/d/availability_zones.html.markdown | 2 +- website/docs/d/billing_service_account.html.markdown | 2 +- website/docs/d/caller_identity.html.markdown | 2 +- website/docs/d/canonical_user_id.html.markdown | 2 +- website/docs/d/cloudformation_stack.html.markdown | 2 +- website/docs/d/cloudtrail_service_account.html.markdown | 2 +- website/docs/d/db_instance.html.markdown | 2 +- website/docs/d/db_snapshot.html.markdown | 2 +- website/docs/d/dynamodb_table.html.markdown | 2 +- website/docs/d/ebs_snapshot.html.markdown | 2 +- website/docs/d/ebs_snapshot_ids.html.markdown | 2 +- website/docs/d/ebs_volume.html.markdown | 2 +- website/docs/d/ecr_repository.html.markdown | 2 +- website/docs/d/ecs_cluster.html.markdown | 2 +- website/docs/d/ecs_container_definition.html.markdown | 2 +- website/docs/d/ecs_task_definition.html.markdown | 2 +- website/docs/d/efs_file_system.html.markdown | 2 +- website/docs/d/efs_mount_target.html.markdown | 2 +- website/docs/d/eip.html.markdown | 2 +- website/docs/d/elastic_beanstalk_solution_stack.html.markdown | 4 ++-- website/docs/d/elasticache_cluster.html.markdown | 2 +- website/docs/d/elasticache_replication_group.html.markdown | 2 +- website/docs/d/elb_hosted_zone_id.html.markdown | 2 +- website/docs/d/elb_service_account.html.markdown | 2 +- website/docs/d/iam_account_alias.html.markdown | 2 +- website/docs/d/iam_group.html.markdown | 2 +- website/docs/d/iam_instance_profile.html.markdown | 2 +- website/docs/d/iam_policy_document.html.markdown | 2 +- website/docs/d/iam_role.html.markdown | 2 +- website/docs/d/iam_server_certificate.html.markdown | 2 +- website/docs/d/iam_user.html.markdown | 2 +- website/docs/d/instance.html.markdown | 2 +- website/docs/d/instances.html.markdown | 2 +- website/docs/d/internet_gateway.html.markdown | 2 +- website/docs/d/ip_ranges.html.markdown | 2 +- website/docs/d/kinesis_stream.html.markdown | 4 ++-- website/docs/d/kms_alias.html.markdown | 2 +- website/docs/d/kms_ciphertext.html.markdown | 2 +- website/docs/d/kms_secret.html.markdown | 2 +- website/docs/d/lb.html.markdown | 2 +- website/docs/d/lb_listener.html.markdown | 2 +- website/docs/d/lb_target_group.html.markdown | 2 +- website/docs/d/nat_gateway.html.markdown | 2 +- website/docs/d/partition.html.markdown | 2 +- website/docs/d/prefix_list.html.markdown | 2 +- website/docs/d/rds_cluster.html.markdown | 2 +- website/docs/d/redshift_service_account.html.markdown | 2 +- website/docs/d/region.html.markdown | 2 +- website/docs/d/route53_zone.html.markdown | 2 +- website/docs/d/route_table.html.markdown | 2 +- website/docs/d/s3_bucket.html.markdown | 4 ++-- website/docs/d/s3_bucket_object.html.markdown | 2 +- website/docs/d/security_group.html.markdown | 2 +- website/docs/d/sns_topic.html.markdown | 2 +- website/docs/d/ssm_parameter.html.markdown | 2 +- website/docs/d/subnet.html.markdown | 2 +- website/docs/d/subnet_ids.html.markdown | 2 +- website/docs/d/vpc.html.markdown | 2 +- website/docs/d/vpc_endpoint.html.markdown | 2 +- website/docs/d/vpc_endpoint_service.html.markdown | 2 +- website/docs/d/vpc_peering_connection.html.markdown | 2 +- website/docs/d/vpn_gateway.html.markdown | 2 +- 68 files changed, 71 insertions(+), 70 deletions(-) diff --git a/.gitignore b/.gitignore index c12dda081bc..5aaec9d3378 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 2fc2d337560..992067e3062 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 520910d3dc4..716d5854817 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 25f2073c7d9..bc691f5faec 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 ae4e1b29883..470f05e3152 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 bcf6b99ff75..7cc945be36e 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 333f9fe453c..3000a2f8b16 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 01608c96b7d..5545d230349 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 11aac53c374..6fdcf2657f2 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 b6d608145b5..e9b19657f03 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 5e4f0a604c2..815b8813180 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 8825de8bcd0..a1819edcab2 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 4f0d31ec01e..04146fdd710 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 43c07112b47..8d1354c5957 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 6aab4f26577..1b55f23193d 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 6001151f3df..57f4e9f72b2 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 eb3eed17fc5..6113ef7a651 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 37dad32a362..c46b089a53d 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 92e5e19acdb..91ee3730851 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 4fcd931b7d1..309ba59dd96 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 f18c0bce11f..f6c8f2587ca 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 a13b59f53dd..8e680543d5a 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 240634e7d18..82fc30e4d9a 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 7a55b9a1fdd..0cb47413d84 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 3ee0d39382c..9a6535eedb4 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 e2b3c2b1100..31e1b6983e0 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 ae2cb4cbd53..6764941c0b6 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 53b41abfbd4..fbb02603aaf 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 ab7589b0f59..e92c9307188 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 b61d5f8d193..7433f369ebe 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 0e44b23473e..07fbebc490e 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 fba2bc0b7a2..fc0941fed63 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 d393d708553..4eb866a0799 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 e755b42f4ee..bb12823fead 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 75f3a18126a..b2e981794e3 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 f34344c18df..cc51baa37f1 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 0446f436880..09835aad46f 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 27c425b8840..530db418e22 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 a3ccb0b9f58..22713c0be77 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 1773b725eac..288631578b8 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 7c6a27acab9..c5490f7f075 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 a764073db95..c8630fbe061 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 3d8e0c715d7..354685732b3 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 9eb491aba4e..503940dc5fd 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 0423e2c66f6..113ad814a02 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 d50991d97d9..d7a2066288d 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 b5ab57051c5..ee75a430cf2 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 c78a0e3e577..210d69e50fe 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 5ca998a998e..f8fd3a8a48d 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 728ab20f110..24ce6935dc0 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 27c0a26889b..22d655c41db 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 2a65039f24e..5c863c5a137 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 dbaf12faa8b..460c8ab15e7 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 77d1cfdb8ea..9728b856013 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 ef53956eb08..1b6c0b09734 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 edcb1199a1f..6286932d27a 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 1d435185e90..1d5301c0b7a 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 6b2936c3519..93e96ce1b55 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 fcd4572d262..65175790033 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 94eb78b05cd..82726fd417f 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 4bda67dfa8c..a7dbcd1370d 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 4c0389b29b1..440f5b20fb6 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 5fcadbe4578..bab6870f156 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 3d1779ac907..a003c0311d4 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 c42e6dbc28f..0f29249e951 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 fae9778a9de..887e3d7e461 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 490afbadf27..817f6635c85 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 4fa2ac55299..c117b0b0aec 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.