You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/service_acl_entries.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ description: |-
10
10
11
11
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.
12
12
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
-
15
13
~> **Note:** By default the Terraform provider allows you to externally manage the entries via API or UI.
16
14
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.
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.
7
7
---
8
8
9
9
# fastly_service_dictionary_items
10
10
11
11
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.
12
12
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
-
16
13
~> **Note:** By default the Terraform provider allows you to externally manage the items via API or UI.
17
14
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.
18
15
@@ -240,7 +237,7 @@ The resource ID is a combined value of the `service_id` and `dictionary_id` sepa
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.
244
241
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.
245
242
246
243
```sh
@@ -259,4 +256,4 @@ $ terraform state rm fastly_service_dictionary_items.items
259
256
260
257
-**id** (String) The ID of this resource.
261
258
-**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
Copy file name to clipboardExpand all lines: docs/resources/service_dynamic_snippet_content.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,7 @@ description: |-
8
8
9
9
# fastly_service_dynamic_snippet_content
10
10
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.
14
12
15
13
~> **Note:** By default the Terraform provider allows you to externally manage the snippets via API or UI.
16
14
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.
Copy file name to clipboardExpand all lines: templates/resources/service_acl_entries.md.tmpl
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ description: |-
10
10
11
11
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.
12
12
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
-
15
13
~> **Note:** By default the Terraform provider allows you to externally manage the entries via API or UI.
16
14
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.
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.
7
7
---
8
8
9
9
# fastly_service_dictionary_items
10
10
11
11
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.
12
12
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
-
16
13
~> **Note:** By default the Terraform provider allows you to externally manage the items via API or UI.
17
14
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.
18
15
@@ -78,9 +75,9 @@ The resource ID is a combined value of the `service_id` and `dictionary_id` sepa
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.
82
79
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.
Copy file name to clipboardExpand all lines: templates/resources/service_dynamic_snippet_content.md.tmpl
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,7 @@ description: |-
8
8
9
9
# fastly_service_dynamic_snippet_content
10
10
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.
14
12
15
13
~> **Note:** By default the Terraform provider allows you to externally manage the snippets via API or UI.
16
14
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