Add links to details about sensitive data in state (#13145)

This commit is contained in:
Radek Simko 2017-03-29 10:37:36 +01:00 committed by GitHub
parent 1a911dc694
commit 10f53e3471
20 changed files with 59 additions and 0 deletions

View File

@ -22,6 +22,9 @@ given domain name which is an alias (either Route53 alias or
traditional CNAME) to the Cloudfront domain name exported in the
`cloudfront_domain_name` attribute.
~> **Note:** All arguments including the private key will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -25,6 +25,8 @@ When upgrading the major version of an engine, `allow_major_version_upgrade` mus
brief downtime as the server reboots. See the AWS Docs on [RDS Maintenance][2]
for more information.
~> **Note:** All arguments including the username and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage

View File

@ -10,6 +10,9 @@ description: |-
Provides a Simple or Managed Microsoft directory in AWS Directory Service.
~> **Note:** All arguments including the password and customer username will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -10,6 +10,9 @@ description: |-
Provides a DMS (Data Migration Service) certificate resource. DMS certificates can be created, deleted, and imported.
~> **Note:** All arguments including the PEM encoded certificate will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -10,6 +10,9 @@ description: |-
Provides a DMS (Data Migration Service) endpoint resource. DMS endpoints can be created, updated, deleted, and imported.
~> **Note:** All arguments including the password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -19,6 +19,9 @@ Certs uploaded to IAM can easily work with other AWS services such as:
For information about server certificates in IAM, see [Managing Server
Certificates][2] in AWS Documentation.
~> **Note:** All arguments including the private key will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
**Using certs on file:**

View File

@ -10,6 +10,9 @@ description: |-
Provides an OpsWorks MySQL layer resource.
~> **Note:** All arguments including the root password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -10,6 +10,9 @@ description: |-
Provides an OpsWorks RDS DB Instance resource.
~> **Note:** All arguments including the username and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -26,6 +26,9 @@ phase because a modification has not yet taken place. You can use the
brief downtime as the server reboots. See the AWS Docs on [RDS Maintenance][4]
for more information.
~> **Note:** All arguments including the username and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -8,6 +8,9 @@ sidebar_current: "docs-aws-resource-redshift-cluster"
Provides a Redshift Cluster Resource.
~> **Note:** All arguments including the username and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -10,6 +10,9 @@ description: |-
Create as an Azure Container Registry instance.
~> **Note:** All arguments including the access key will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -10,6 +10,9 @@ description: |-
Creates an Azure Container Service Instance
~> **Note:** All arguments including the client secret will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage (DCOS)
```
resource "azurerm_resource_group" "test" {

View File

@ -10,6 +10,9 @@ description: |-
Allows you to manage an Azure SQL Database Server
~> **Note:** All arguments including the administrator login and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -10,6 +10,9 @@ description: |-
Create a virtual machine scale set.
~> **Note:** All arguments including the administrator login and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -10,6 +10,9 @@ description: |-
Creates a new persistent disk within GCE, based on another disk.
~> **Note:** All arguments including the disk encryption key will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```js

View File

@ -12,6 +12,9 @@ description: |-
`node_version` are non-updateable. Changing any will cause recreation of the
whole cluster!
~> **Note:** All arguments including the username and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example usage
```js

View File

@ -10,6 +10,9 @@ description: |-
Creates a new Google SQL User on a Google SQL User Instance. For more information, see the [official documentation](https://cloud.google.com/sql/), or the [JSON API](https://cloud.google.com/sql/docs/admin-api/v1beta4/users).
~> **Note:** All arguments including the username and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
Example creating a SQL User.

View File

@ -11,6 +11,9 @@ description: |-
The ``mysql_user`` resource creates and manages a user on a MySQL
server.
~> **Note:** All arguments including username and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```

View File

@ -21,6 +21,9 @@ specified PostgreSQL ROLE owns objects in multiple PostgreSQL databases in the
same PostgreSQL Cluster, one PostgreSQL provider per database must be created
and all but the final ``postgresql_role`` must specify a `skip_drop_role`.
~> **Note:** All arguments including role name and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Usage
```

View File

@ -10,6 +10,9 @@ description: |-
The ``rabbitmq_user`` resource creates and manages a user.
~> **Note:** All arguments including username and password will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
## Example Usage
```