Skip to content

Commit

Permalink
Adding "Data Source" header to data source resource (continuing #2422) (
Browse files Browse the repository at this point in the history
#2713)

* Add "Data Source:" to main heading of data source resources (issue #18)
  • Loading branch information
catsby authored Jan 3, 2018
1 parent e3d0215 commit e3e5b37
Show file tree
Hide file tree
Showing 68 changed files with 71 additions and 70 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ website/vendor

# Keep windows files with windows line endings
*.winfile eol=crlf
/.vs
2 changes: 1 addition & 1 deletion website/docs/d/acm_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ami.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ami_ids.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/autoscaling_groups.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/availability_zone.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/availability_zones.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/billing_service_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/caller_identity.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/canonical_user_id.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/cloudformation_stack.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/cloudtrail_service_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/db_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/db_snapshot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/dynamodb_table.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ebs_snapshot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ebs_snapshot_ids.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ebs_volume.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ecr_repository.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ecs_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ecs_container_definition.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ecs_task_definition.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/efs_file_system.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/efs_mount_target.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/eip.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/d/elastic_beanstalk_solution_stack.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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"
[beanstalk-platforms]: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html "AWS Elastic Beanstalk Supported Platforms documentation"
2 changes: 1 addition & 1 deletion website/docs/d/elasticache_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/elasticache_replication_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/elb_hosted_zone_id.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/elb_service_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/iam_account_alias.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/iam_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/iam_instance_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/iam_policy_document.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/iam_role.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/iam_server_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/iam_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/instances.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/internet_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ip_ranges.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/d/kinesis_stream.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
[3]: https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html
2 changes: 1 addition & 1 deletion website/docs/d/kms_alias.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit e3e5b37

Please sign in to comment.