From e031706c91c51fd5aeea35b62abd03bcea37bc95 Mon Sep 17 00:00:00 2001 From: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> Date: Thu, 19 Jan 2023 19:28:11 -0600 Subject: [PATCH] Update dependency hashicorp/terraform-provider-hcp to v0.53.0 (#13) Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> Co-authored-by: renovate[bot] --- 0.x/_gen/resources/consul_cluster_root_token.libsonnet | 2 +- docs/0.x/consul_cluster_root_token.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/0.x/_gen/resources/consul_cluster_root_token.libsonnet b/0.x/_gen/resources/consul_cluster_root_token.libsonnet index e82a3b5..39f7358 100644 --- a/0.x/_gen/resources/consul_cluster_root_token.libsonnet +++ b/0.x/_gen/resources/consul_cluster_root_token.libsonnet @@ -1,7 +1,7 @@ local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet'); local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); { - '#':: d.pkg(name='consul_cluster_root_token', url='', help='`consul_cluster_root_token` represents the `hcp_consul_cluster_root_token` Terraform resource.\n\nThe cluster root token resource is the token used to bootstrap the cluster's ACL system. You can also generate this root token from the HCP Consul UI.\n\n_Note that creation of this resource will invalidate the default `consul_root_token_accessor_id` and `consul_root_token_secret_id` on the target `hcp_consul_cluster` resource._\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + '#':: d.pkg(name='consul_cluster_root_token', url='', help='`consul_cluster_root_token` represents the `hcp_consul_cluster_root_token` Terraform resource.\n\nThe cluster root token resource is the token used to bootstrap the cluster's ACL system. You can also generate this root token from the HCP Consul UI.\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), '#new':: d.fn(help="\n`hcp.consul_cluster_root_token.new` injects a new `hcp_consul_cluster_root_token` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n hcp.consul_cluster_root_token.new('some_id')\n\nYou can get the reference to the `id` field of the created `hcp.consul_cluster_root_token` using the reference:\n\n $._ref.hcp_consul_cluster_root_token.some_id.get('id')\n\nThis is the same as directly entering `\"${ hcp_consul_cluster_root_token.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `cluster_id` (`string`): The ID of the HCP Consul cluster.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting resource block. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [hcp.consul_cluster_root_token.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, diff --git a/docs/0.x/consul_cluster_root_token.md b/docs/0.x/consul_cluster_root_token.md index 054e0db..752a0fc 100644 --- a/docs/0.x/consul_cluster_root_token.md +++ b/docs/0.x/consul_cluster_root_token.md @@ -8,8 +8,6 @@ permalink: /consul_cluster_root_token/ The cluster root token resource is the token used to bootstrap the cluster's ACL system. You can also generate this root token from the HCP Consul UI. -_Note that creation of this resource will invalidate the default `consul_root_token_accessor_id` and `consul_root_token_secret_id` on the target `hcp_consul_cluster` resource._ - This package contains functions and utilities for setting up the resource using Jsonnet code.