Andrii Omelianovych

Results 6 comments of Andrii Omelianovych

it seems it doesn't work at all, do you have configured credentials for site24x7? it will not run without them

i think it's another bug, i had same output when initially configured repository, like empty, having empty state and auto.tfvars in repository, and plan wasn't showing and changes/trying to request...

docker.io/azbuilder/api-server:**2.19.2** **repository_root**/**module_main**/**submodules** **repository_root**/**module_main**/**variables.auto.tfvars** **repository_root**/**module_main**/***.tf**

![image](https://github.com/AzBuilder/terrakube/assets/116728873/b85cde2c-92da-47a2-88c9-fa2e64bf7759)

![image](https://github.com/AzBuilder/terrakube/assets/116728873/054fb3d9-c543-4ffc-8c62-614532193c6b)

**main.tf** (part of file) ``` # # Tags # resource "site24x7_tag" "terraform" { tag_name = "terraform" tag_value = "true" tag_color = "#4895A8" # blue } resource "site24x7_tag" "prod" { tag_name...