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

docs: Clarify attributes as additional to arguments #4685

Merged
merged 1 commit into from
Jun 2, 2018
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion website/docs/d/acmpca_certificate_authority.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following arguments are supported:

## Attribute Reference

The following additional attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - Amazon Resource Name (ARN) of the certificate authority.
* `certificate` - Base64-encoded certificate authority (CA) certificate. Only available after the certificate authority certificate has been imported.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/arn.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `partition` - The partition that the resource is in.

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 @@ -48,6 +48,6 @@ resource "aws_autoscaling_notification" "slack_notifications" {

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `names` - A list of the Autoscaling Groups in the current region.
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 @@ -84,7 +84,7 @@ alone would match a single AZ only in a region that itself has only one AZ.

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `name` - The name of the selected availability zone.

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 @@ -47,6 +47,6 @@ to which the underlying AWS account has access, regardless of their state.

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `names` - A list of the Availability Zone names available to the account.
2 changes: 1 addition & 1 deletion website/docs/d/batch_compute_environment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `arn` - The ARN of the compute environment.
* `ecs_cluster_arn` - The ARN of the underlying Amazon ECS cluster used by the compute environment.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/batch_job_queue.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `arn` - The ARN of the job queue.
* `status` - The current status of the job queue (for example, `CREATING` or `VALID`).
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 @@ -28,7 +28,7 @@ There are no arguments available for this data source.

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The canonical user ID associated with the AWS account.

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 @@ -37,7 +37,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `capabilities` - A list of capabilities
* `description` - Description of the stack
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/cloudwatch_log_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `arn` - The ARN of the Cloudwatch log group
* `creation_time` - The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
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 @@ -26,7 +26,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `address` - The address of the RDS instance.
* `allocated_storage` - Specifies the allocated storage size specified in gigabytes.
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 @@ -68,7 +68,7 @@ copied or restored by any AWS account, otherwise set this value to false. The de

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The snapshot ID.
* `allocated_storage` - Specifies the allocated storage size in gigabytes (GB).
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 @@ -48,7 +48,7 @@ several valid keys, for a full reference, check out

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The snapshot ID (e.g. snap-59fcb34e).
* `snapshot_id` - The snapshot ID (e.g. snap-59fcb34e).
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 @@ -42,7 +42,7 @@ several valid keys, for a full reference, check out

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The volume ID (e.g. vol-59fcb34e).
* `volume_id` - The volume ID (e.g. vol-59fcb34e).
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 @@ -26,7 +26,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `arn` - Full ARN of the repository.
* `registry_id` - The registry ID where the repository was created.
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 @@ -27,7 +27,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `arn` - The ARN of the ECS Cluster
* `status` - The status of the ECS Cluster
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 @@ -29,7 +29,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `image` - The docker image in use, including the digest
* `image_digest` - The digest of the docker image in use
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 @@ -63,7 +63,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `family` - The family of this task definition
* `network_mode` - The Docker networking mode to use for the containers in this task.
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 @@ -32,7 +32,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `performance_mode` - The PerformanceMode of the file system.
* `tags` - The list of tags assigned to the file system.
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 @@ -31,7 +31,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `file_system_id` - ID of the file system for which the mount target is intended.
* `subnet_id` - ID of the mount target's subnet.
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 @@ -27,7 +27,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `node_type` – The cluster node type.
* `num_cache_nodes` – The number of cache nodes that the cache cluster has.
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 @@ -26,7 +26,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `replication_group_id` - The identifier for the replication group.
* `replication_group_description` - The description of the replication group.
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 @@ -28,6 +28,6 @@ There are no arguments available for this data source.

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `account_alias` - The alias associated with the AWS account.
2 changes: 1 addition & 1 deletion website/docs/d/inspector_rules_packages.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ resource "aws_inspector_assessment_template" "assessment" {

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `arns` - A list of the AWS Inspector Rules Packages arns available in the AWS region.
2 changes: 1 addition & 1 deletion website/docs/d/lambda_function.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `arn` - The Amazon Resource Name (ARN) identifying your Lambda Function.
* `dead_letter_config` - Configure the function's *dead letter queue*.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/prefix_list.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ whose data will be exported as attributes.

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the selected prefix list.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/redshift_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following arguments are supported:

## Attribute Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `allow_version_upgrade` - Whether major version upgrades can be applied during maintenance period
* `automated_snapshot_retention_period` - The backup retention period
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/region.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exported as attributes.

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `name` - The name of the selected region.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/s3_bucket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following arguments are supported:

## Attribute Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The name of the bucket.
* `arn` - The ARN of the bucket. Will be of format `arn:aws:s3:::bucketname`.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/s3_bucket_object.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `body` - Object data (see **limitations above** to understand cases in which this field is actually available)
* `cache_control` - Specifies caching behavior along the request/reply chain.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/ssm_parameter.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following arguments are supported:
* `with_decryption` - (Optional) Whether to return decrypted `SecureString` value. Defaults to `true`.


The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `arn` - The ARN of the parameter.
* `name` - (Required) The name of the parameter.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/vpc_endpoint_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The given filters must match exactly one VPC endpoint service whose data will be

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `service_type` - The service type, `Gateway` or `Interface`.
* `owner` - The AWS account ID of the service owner or `amazon`.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/acm_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following arguments are supported:

## Attributes Reference

The following additional attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ARN of the certificate
* `arn` - The ARN of the certificate
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/acmpca_certificate_authority.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Contains information about the certificate subject. Identifies the entity that o

## Attribute Reference

The following additional attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - Amazon Resource Name (ARN) of the certificate authority.
* `arn` - Amazon Resource Name (ARN) of the certificate authority.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ami.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the created AMI.
* `root_snapshot_id` - The Snapshot ID for the root volume (for EBS-backed AMIs)
2 changes: 1 addition & 1 deletion website/docs/r/ami_copy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the created AMI.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ami_from_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the created AMI.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ami_launch_permission.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - A combination of "`image_id`-`account_id`".
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_api_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following arguments are supported:

## Attribute Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the API key
* `created_date` - The creation date of the API key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following arguments are supported:

## Attribute Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The identifier of the client certificate.
* `created_date` - The date when the client certificate was created.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_deployment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following arguments are supported:

## Attribute Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the deployment
* `invoke_url` - The URL to invoke the API pointing to the stage,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_model.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ The following arguments are supported:

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the model
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_rest_api.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ __Note__: If the `body` argument is provided, the OpenAPI specification will be

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the REST API
* `root_resource_id` - The resource ID of the REST API's root
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_stage.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For more information on configuring the log format rules visit the AWS [document

## Attribute Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the stage
* `invoke_url` - The URL to invoke the API pointing to the stage,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_usage_plan.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The API Gateway Usage Plan argument layout is a structure composed of several su

## Attributes Reference

The following attributes are exported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the API resource
* `name` - The name of the usage plan.
Expand Down
Loading