Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schirevko committed Oct 25, 2023
1 parent 98361b2 commit 25816f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release/provider-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@
"computed": true
}
},
"description": "Manages a direct connect VRRP resource._note_ This resource requires Sprut SDN to be enabled in your project.",
"description": "Manages a direct connect VRRP resource.\u003cbr\u003e ~\u003e **Note:** This resource requires Sprut SDN to be enabled in your project.",
"new_since": "v0.5.0"
},
"vkcs_dc_vrrp_address": {
Expand Down Expand Up @@ -5031,7 +5031,7 @@
"create": 10,
"delete": 10
},
"description": "Manages a public DNS zone record resource within VKCS._note_ Although some arguments are marked as optional, it is actually required to set values for them depending on record \\\"type\\\". Use this map to get information about which arguments you have to set:\n\n| Record type | Required arguments |\n| ----------- | ------------------ |\n| A | ip |\n| AAAA | ip |\n| CNAME | name, content |\n| MX | priority, content |\n| NS | content |\n| SRV | service, proto, priority, weight, host, port |\n| TXT | content |\n\n\n",
"description": "Manages a public DNS zone record resource within VKCS.\u003cbr\u003e\n**Note:** Although some arguments are marked as optional, it is actually required to set values for them depending on record \\\"type\\\". Use this map to get information about which arguments you have to set:\n\n| Record type | Required arguments |\n| ----------- | ------------------ |\n| A | ip |\n| AAAA | ip |\n| CNAME | name, content |\n| MX | priority, content |\n| NS | content |\n| SRV | service, proto, priority, weight, host, port |\n| TXT | content |\n\n\n",
"new_since": "v0.2.0"
},
"vkcs_publicdns_zone": {
Expand Down Expand Up @@ -5162,7 +5162,7 @@
"delete": 10,
"update": 10
},
"description": "Use this resource to configure a security service._note_ All arguments including the security service password will be stored in the raw state as plain-text. [Read more about sensitive data in state](/docs/state/sensitive-data.html).\n\nA security service stores configuration information for clients for authentication and authorization (AuthN/AuthZ). For example, a share server will be the client for an existing service such as LDAP, Kerberos, or Microsoft Active Directory."
"description": "Use this resource to configure a security service.\n\n~\u003e **Note:** All arguments including the security service password will be stored in the raw state as plain-text. [Read more about sensitive data in state](/docs/state/sensitive-data.html).\n\nA security service stores configuration information for clients for authentication and authorization (AuthN/AuthZ). For example, a share server will be the client for an existing service such as LDAP, Kerberos, or Microsoft Active Directory."
},
"vkcs_sharedfilesystem_share": {
"schema": {
Expand Down
2 changes: 1 addition & 1 deletion vkcs/internal/providerwrapper/schema_base.go

Large diffs are not rendered by default.

0 comments on commit 25816f1

Please sign in to comment.