Skip to content

Commit f347b0c

Browse files
authored
Remove old messaging (#591)
1 parent 095f930 commit f347b0c

File tree

6 files changed

+8
-22
lines changed

6 files changed

+8
-22
lines changed

docs/resources/service_acl_entries.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ description: |-
1010

1111
Defines a set of Fastly ACL entries that can be used to populate a service ACL. This resource will populate an ACL with the entries and will track their state.
1212

13-
~> **Warning:** Terraform will take precedence over any changes you make in the UI or API. Such changes are likely to be reversed if you run Terraform again.
14-
1513
~> **Note:** By default the Terraform provider allows you to externally manage the entries via API or UI.
1614
If you wish to apply your changes in the HCL, then you should explicitly set the `manage_entries` attribute. An example of this configuration is provided below.
1715

docs/resources/service_dictionary_items.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ layout: "fastly"
33
page_title: "Fastly: service_dictionary_items"
44
sidebar_current: "docs-fastly-resource-service-dictionary-items"
55
description: |-
6-
Provides a grouping of Fastly dictionary items that can be applied to a service.
6+
Provides a grouping of Fastly dictionary items that can be applied to a service.
77
---
88

99
# fastly_service_dictionary_items
1010

1111
Defines a map of Fastly dictionary items that can be used to populate a service dictionary. This resource will populate a dictionary with the items and will track their state.
1212

13-
14-
~> **Warning:** Terraform will take precedence over any changes you make in the UI or API. Such changes are likely to be reversed if you run Terraform again.
15-
1613
~> **Note:** By default the Terraform provider allows you to externally manage the items via API or UI.
1714
If you wish to apply your changes in the HCL, then you should explicitly set the `manage_items` attribute. An example of this configuration is provided below.
1815

@@ -240,7 +237,7 @@ The resource ID is a combined value of the `service_id` and `dictionary_id` sepa
240237
$ terraform import fastly_service_dictionary_items.items xxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxx
241238
```
242239

243-
If Terraform is already managing remote dictionary items against a resource being imported then the user will be asked to remove it from the existing Terraform state.
240+
If Terraform is already managing remote dictionary items against a resource being imported then the user will be asked to remove it from the existing Terraform state.
244241
The following is an example of the Terraform state command to remove the resource named `fastly_service_dictionary_items.items` from the Terraform state file.
245242

246243
```sh
@@ -259,4 +256,4 @@ $ terraform state rm fastly_service_dictionary_items.items
259256

260257
- **id** (String) The ID of this resource.
261258
- **items** (Map of String) A map representing an entry in the dictionary, (key/value)
262-
- **manage_items** (Boolean) Whether to reapply changes if the state of the items drifts, i.e. if items are managed externally
259+
- **manage_items** (Boolean) Whether to reapply changes if the state of the items drifts, i.e. if items are managed externally

docs/resources/service_dynamic_snippet_content.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ description: |-
88

99
# fastly_service_dynamic_snippet_content
1010

11-
Defines content that represents blocks of VCL logic that is inserted into your service. This resource will populate the content of a dynamic snippet and allow it to be manged without the creation of a new service verison.
12-
13-
~> **Warning:** Terraform will take precedence over any changes you make through the API. Such changes are likely to be reversed if you run Terraform again.
11+
Defines content that represents blocks of VCL logic that is inserted into your service. This resource will populate the content of a dynamic snippet and allow it to be manged without the creation of a new service verison.
1412

1513
~> **Note:** By default the Terraform provider allows you to externally manage the snippets via API or UI.
1614
If you wish to apply your changes in the HCL, then you should explicitly set the `manage_snippets` attribute. An example of this configuration is provided below.

templates/resources/service_acl_entries.md.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ description: |-
1010

1111
Defines a set of Fastly ACL entries that can be used to populate a service ACL. This resource will populate an ACL with the entries and will track their state.
1212

13-
~> **Warning:** Terraform will take precedence over any changes you make in the UI or API. Such changes are likely to be reversed if you run Terraform again.
14-
1513
~> **Note:** By default the Terraform provider allows you to externally manage the entries via API or UI.
1614
If you wish to apply your changes in the HCL, then you should explicitly set the `manage_entries` attribute. An example of this configuration is provided below.
1715

templates/resources/service_dictionary_items.md.tmpl

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ layout: "fastly"
33
page_title: "Fastly: service_dictionary_items"
44
sidebar_current: "docs-fastly-resource-service-dictionary-items"
55
description: |-
6-
Provides a grouping of Fastly dictionary items that can be applied to a service.
6+
Provides a grouping of Fastly dictionary items that can be applied to a service.
77
---
88

99
# fastly_service_dictionary_items
1010

1111
Defines a map of Fastly dictionary items that can be used to populate a service dictionary. This resource will populate a dictionary with the items and will track their state.
1212

13-
14-
~> **Warning:** Terraform will take precedence over any changes you make in the UI or API. Such changes are likely to be reversed if you run Terraform again.
15-
1613
~> **Note:** By default the Terraform provider allows you to externally manage the items via API or UI.
1714
If you wish to apply your changes in the HCL, then you should explicitly set the `manage_items` attribute. An example of this configuration is provided below.
1815

@@ -78,9 +75,9 @@ The resource ID is a combined value of the `service_id` and `dictionary_id` sepa
7875

7976
{{ codefile "sh" "examples/resources/service_dictionary_items_import_with_id.txt" }}
8077

81-
If Terraform is already managing remote dictionary items against a resource being imported then the user will be asked to remove it from the existing Terraform state.
78+
If Terraform is already managing remote dictionary items against a resource being imported then the user will be asked to remove it from the existing Terraform state.
8279
The following is an example of the Terraform state command to remove the resource named `fastly_service_dictionary_items.items` from the Terraform state file.
8380

8481
{{ codefile "sh" "examples/resources/service_dictionary_items_import_from_state.txt" }}
8582

86-
{{ .SchemaMarkdown | trimspace }}
83+
{{ .SchemaMarkdown | trimspace }}

templates/resources/service_dynamic_snippet_content.md.tmpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ description: |-
88

99
# fastly_service_dynamic_snippet_content
1010

11-
Defines content that represents blocks of VCL logic that is inserted into your service. This resource will populate the content of a dynamic snippet and allow it to be manged without the creation of a new service verison.
12-
13-
~> **Warning:** Terraform will take precedence over any changes you make through the API. Such changes are likely to be reversed if you run Terraform again.
11+
Defines content that represents blocks of VCL logic that is inserted into your service. This resource will populate the content of a dynamic snippet and allow it to be manged without the creation of a new service verison.
1412

1513
~> **Note:** By default the Terraform provider allows you to externally manage the snippets via API or UI.
1614
If you wish to apply your changes in the HCL, then you should explicitly set the `manage_snippets` attribute. An example of this configuration is provided below.

0 commit comments

Comments
 (0)