Skip to content

Commit

Permalink
Update dependency hashicorp/terraform-provider-hcp to v0.53.0 (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
tflibsonnet-ci and renovate[bot] authored Jan 20, 2023
1 parent 01be4f7 commit e031706
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion 0.x/_gen/resources/consul_cluster_root_token.libsonnet
Original file line number Diff line number Diff line change
@@ -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&#39;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&#39;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,
Expand Down
2 changes: 0 additions & 2 deletions docs/0.x/consul_cluster_root_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ permalink: /consul_cluster_root_token/

The cluster root token resource is the token used to bootstrap the cluster&#39;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.


Expand Down

0 comments on commit e031706

Please sign in to comment.