Skip to content

Commit cd21393

Browse files
Fixed conflicting tags for CES tool (#15704) (hashicorp#11064)
[upstream:c890c3fd83f20ec07961dc36f4b6b78bf88608ca] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 2ad0819 commit cd21393

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.changelog/15704.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
ces: fixed conflicting required and output tags in CES tool
3+
```

google-beta/services/ces/resource_ces_tool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ app.`,
10841084
Schema: map[string]*schema.Schema{
10851085
"ca_certs": {
10861086
Type: schema.TypeList,
1087-
Required: true,
1087+
Computed: true,
10881088
Description: `Specifies a list of allowed custom CA certificates for HTTPS
10891089
verification.`,
10901090
Elem: &schema.Resource{

website/docs/r/ces_tool.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,13 +1098,13 @@ In addition to the arguments listed above, the following computed attributes are
10981098
<a name="nested_open_api_tool_tls_config"></a>The `tls_config` block contains:
10991099

11001100
* `ca_certs` -
1101-
(Required)
1101+
(Output)
11021102
Specifies a list of allowed custom CA certificates for HTTPS
11031103
verification.
11041104
Structure is [documented below](#nested_open_api_tool_tls_config_ca_certs).
11051105

11061106

1107-
<a name="nested_open_api_tool_tls_config_ca_certs"></a>The `ca_certs` block supports:
1107+
<a name="nested_open_api_tool_tls_config_ca_certs"></a>The `ca_certs` block contains:
11081108

11091109
* `cert` -
11101110
(Output)

0 commit comments

Comments
 (0)