Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #1

Merged
merged 2 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!-- BEGIN_TF_DOCS -->
# Main title

Everything in this comment block will get extracted.

You can put simple text or complete Markdown content
here. Subsequently if you want to render AsciiDoc format
you can put AsciiDoc compatible content in this comment
block.

## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.1.2 |
| <a name="requirement_tencentcloud"></a> [tencentcloud](#requirement\_tencentcloud) | 1.77.3 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_tencentcloud"></a> [tencentcloud](#provider\_tencentcloud) | 1.77.3 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [tencentcloud_cos_bucket.tfstate](https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.77.3/docs/resources/cos_bucket) | resource |
| [tencentcloud_user_info.current](https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.77.3/docs/data-sources/user_info) | data source |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_bucket_prefix"></a> [bucket\_prefix](#input\_bucket\_prefix) | The Terraform state Bucket prefix (i.e.: `tfstate`) | `string` | n/a | yes |
| <a name="input_region"></a> [region](#input\_region) | The Tencent Cloud region (i.e.: `ap-guangzhou`) | `string` | n/a | yes |

## Outputs

| Name | Description |
|------|-------------|
| <a name="output_bucket_name"></a> [bucket\_name](#output\_bucket\_name) | COS bucket name |
| <a name="output_cos_bucket_url"></a> [cos\_bucket\_url](#output\_cos\_bucket\_url) | COS bucket name |
<!-- END_TF_DOCS -->
7 changes: 0 additions & 7 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ variable "region" {
type = string
}

variable "test_var" {
description = "test"
default = "value"
type = string
}


variable "bucket_prefix" {
description = "The Terraform state Bucket prefix (i.e.: `tfstate`)"
type = string
Expand Down