Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding "Data Source" header to data source resource (continuing #2422) #2713

Merged
merged 6 commits into from
Jan 3, 2018
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

@Ninir Ninir Dec 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove all of the antislashes? An effort was made recently to clean them all so that we don't have to worry about them anymore! 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

psyduckmini


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