terraform-provider-tencentcloud icon indicating copy to clipboard operation
terraform-provider-tencentcloud copied to clipboard

All repository-related properties of the TEM module are required

Open smorimoto opened this issue 1 year ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

❯ terraform -version
Terraform v1.2.7
on darwin_arm64
+ provider registry.terraform.io/tencentcloudstack/tencentcloud v1.77.3

Affected Resource(s)

  • tencentcloud_tem_application

Terraform Configuration Files

resource "tencentcloud_tem_application" "tem_application" {
  application_name          = "tem-app"
  description               = "tem-app"
  use_default_image_service = 0
  repo_type                 = 1
  repo_name                 = "tem-app/tem-app"
  repo_server               = "example.tencentcloudcr.com"
}

Expected Behavior

All repository-related properties of the TEM module should be changed to required.

Actual Behavior

It silently fails.

Steps to Reproduce

  1. terraform apply

smorimoto avatar Aug 30 '22 13:08 smorimoto