Skip to content

Commit

Permalink
Update docs for v1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pubg-devops-cicd-bot committed Dec 16, 2024
1 parent c5c626b commit d5fe627
Show file tree
Hide file tree
Showing 20 changed files with 980 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Changelog
* 1730bd5 feat: 자체 tf framework 리팩토링 (!6)
* b82c674 feat: Pubg Catalog 리소스 추가
2 changes: 2 additions & 0 deletions docs/data-sources/cidr.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ data "bluechip_cidr" "current" {
### Read-Only

- `id` (String) The ID of this resource.
- `ipv4_cidrs` (List of String)
- `ipv6_cidrs` (List of String)
- `spec` (List of Object) (see [below for nested schema](#nestedatt--spec))

<a id="nestedblock--metadata"></a>
Expand Down
4 changes: 4 additions & 0 deletions docs/data-sources/cidrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ data "bluechip_cidrs" "seoul" {
### Read-Only

- `id` (String) The ID of this resource.
- `ipv4_cidrs` (List of String)
- `ipv6_cidrs` (List of String)
- `items` (List of Object) Filter is a list of query terms to filter the results by. (see [below for nested schema](#nestedatt--items))

<a id="nestedblock--filter"></a>
Expand All @@ -107,6 +109,8 @@ Optional:

Read-Only:

- `ipv4_cidrs` (List of String)
- `ipv6_cidrs` (List of String)
- `metadata` (List of Object) (see [below for nested schema](#nestedobjatt--items--metadata))
- `spec` (List of Object) (see [below for nested schema](#nestedobjatt--items--spec))

Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Read-Only:
- `app` (String)
- `branch` (String)
- `commit_hash` (String)
- `digest` (String)
- `repository` (String)
- `tag` (String)
- `timestamp` (Number)
1 change: 1 addition & 0 deletions docs/data-sources/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Read-Only:
- `app` (String)
- `branch` (String)
- `commit_hash` (String)
- `digest` (String)
- `repository` (String)
- `tag` (String)
- `timestamp` (Number)
62 changes: 62 additions & 0 deletions docs/data-sources/pubgenvcatalog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "bluechip_pubgenvcatalog Data Source - terraform-provider-bluechip"
subcategory: ""
description: |-
---

# bluechip_pubgenvcatalog (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `metadata` (Block List) (see [below for nested schema](#nestedblock--metadata))
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only

- `id` (String) The ID of this resource.
- `spec` (List of Object) (see [below for nested schema](#nestedatt--spec))

<a id="nestedblock--metadata"></a>
### Nested Schema for `metadata`

Required:

- `name` (String) Name is the name of the resource.

Optional:

- `annotations` (Map of String) Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.
- `labels` (Map of String) Labels are key value pairs that may be used to scope and select individual resources. They are not queryable and should be preserved when modifying objects.

Read-Only:

- `creation_timestamp` (String) CreationTimestamp is a timestamp representing the server time when this object was created.
- `resource_version` (String) ResourceVersion is an opaque value that changes on every update to a resource.
- `update_timestamp` (String) UpdateTimestamp is a timestamp representing the server time when this object was last updated.


<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- `default` (String)


<a id="nestedatt--spec"></a>
### Nested Schema for `spec`

Read-Only:

- `catalog_namespace` (String)
- `platform` (String)
- `user_providers` (List of String)
74 changes: 74 additions & 0 deletions docs/data-sources/pubgenvcatalogs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "bluechip_pubgenvcatalogs Data Source - terraform-provider-bluechip"
subcategory: ""
description: |-
---

# bluechip_pubgenvcatalogs (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `filter` (Block List) Filter is a list of query terms to filter the results by. (see [below for nested schema](#nestedblock--filter))
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only

- `id` (String) The ID of this resource.
- `items` (List of Object) Filter is a list of query terms to filter the results by. (see [below for nested schema](#nestedatt--items))

<a id="nestedblock--filter"></a>
### Nested Schema for `filter`

Required:

- `field` (String) Field to use for the query term.
- `operator` (String) Operator to use for the query term. One of ['equals', 'notEquals', 'fuzzy', 'wildcard', 'regex', 'matchPhrase', 'prefix'].
- `value` (String) Value to use for the query term.


<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- `default` (String)


<a id="nestedatt--items"></a>
### Nested Schema for `items`

Read-Only:

- `metadata` (List of Object) (see [below for nested schema](#nestedobjatt--items--metadata))
- `spec` (List of Object) (see [below for nested schema](#nestedobjatt--items--spec))

<a id="nestedobjatt--items--metadata"></a>
### Nested Schema for `items.metadata`

Read-Only:

- `annotations` (Map of String)
- `creation_timestamp` (String)
- `labels` (Map of String)
- `name` (String)
- `resource_version` (String)
- `update_timestamp` (String)


<a id="nestedobjatt--items--spec"></a>
### Nested Schema for `items.spec`

Read-Only:

- `catalog_namespace` (String)
- `platform` (String)
- `user_providers` (List of String)
65 changes: 65 additions & 0 deletions docs/data-sources/pubginfracatalog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "bluechip_pubginfracatalog Data Source - terraform-provider-bluechip"
subcategory: ""
description: |-
---

# bluechip_pubginfracatalog (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `metadata` (Block List) (see [below for nested schema](#nestedblock--metadata))
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only

- `id` (String) The ID of this resource.
- `spec` (List of Object) (see [below for nested schema](#nestedatt--spec))

<a id="nestedblock--metadata"></a>
### Nested Schema for `metadata`

Required:

- `name` (String) Name is the name of the resource.
- `namespace` (String) Namespace is the namespace of the resource.

Optional:

- `annotations` (Map of String) Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.
- `labels` (Map of String) Labels are key value pairs that may be used to scope and select individual resources. They are not queryable and should be preserved when modifying objects.

Read-Only:

- `creation_timestamp` (String) CreationTimestamp is a timestamp representing the server time when this object was created.
- `resource_version` (String) ResourceVersion is an opaque value that changes on every update to a resource.
- `update_timestamp` (String) UpdateTimestamp is a timestamp representing the server time when this object was last updated.


<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- `default` (String)


<a id="nestedatt--spec"></a>
### Nested Schema for `spec`

Read-Only:

- `arn` (String)
- `name` (String)
- `owner` (String)
- `region` (String)
- `type` (String)
81 changes: 81 additions & 0 deletions docs/data-sources/pubginfracatalogs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "bluechip_pubginfracatalogs Data Source - terraform-provider-bluechip"
subcategory: ""
description: |-
---

# bluechip_pubginfracatalogs (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `namespace` (String) Namespace is the namespace of the resource.

### Optional

- `filter` (Block List) Filter is a list of query terms to filter the results by. (see [below for nested schema](#nestedblock--filter))
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only

- `id` (String) The ID of this resource.
- `items` (List of Object) Filter is a list of query terms to filter the results by. (see [below for nested schema](#nestedatt--items))

<a id="nestedblock--filter"></a>
### Nested Schema for `filter`

Required:

- `field` (String) Field to use for the query term.
- `operator` (String) Operator to use for the query term. One of ['equals', 'notEquals', 'fuzzy', 'wildcard', 'regex', 'matchPhrase', 'prefix'].
- `value` (String) Value to use for the query term.


<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- `default` (String)


<a id="nestedatt--items"></a>
### Nested Schema for `items`

Read-Only:

- `metadata` (List of Object) (see [below for nested schema](#nestedobjatt--items--metadata))
- `spec` (List of Object) (see [below for nested schema](#nestedobjatt--items--spec))

<a id="nestedobjatt--items--metadata"></a>
### Nested Schema for `items.metadata`

Read-Only:

- `annotations` (Map of String)
- `creation_timestamp` (String)
- `labels` (Map of String)
- `name` (String)
- `namespace` (String)
- `resource_version` (String)
- `update_timestamp` (String)


<a id="nestedobjatt--items--spec"></a>
### Nested Schema for `items.spec`

Read-Only:

- `arn` (String)
- `name` (String)
- `owner` (String)
- `region` (String)
- `type` (String)
62 changes: 62 additions & 0 deletions docs/data-sources/pubgingresscatalog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "bluechip_pubgingresscatalog Data Source - terraform-provider-bluechip"
subcategory: ""
description: |-
---

# bluechip_pubgingresscatalog (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `metadata` (Block List) (see [below for nested schema](#nestedblock--metadata))
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only

- `id` (String) The ID of this resource.
- `spec` (List of Object) (see [below for nested schema](#nestedatt--spec))

<a id="nestedblock--metadata"></a>
### Nested Schema for `metadata`

Required:

- `name` (String) Name is the name of the resource.
- `namespace` (String) Namespace is the namespace of the resource.

Optional:

- `annotations` (Map of String) Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.
- `labels` (Map of String) Labels are key value pairs that may be used to scope and select individual resources. They are not queryable and should be preserved when modifying objects.

Read-Only:

- `creation_timestamp` (String) CreationTimestamp is a timestamp representing the server time when this object was created.
- `resource_version` (String) ResourceVersion is an opaque value that changes on every update to a resource.
- `update_timestamp` (String) UpdateTimestamp is a timestamp representing the server time when this object was last updated.


<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- `default` (String)


<a id="nestedatt--spec"></a>
### Nested Schema for `spec`

Read-Only:

- `cdn` (String)
- `origin` (String)
Loading

0 comments on commit d5fe627

Please sign in to comment.