& github.event_name == 'push'Terraform工作区工作空间是在Terraform上作为Version control workflow创建的,称为app-infra-dev# The configuration forthe `remote` backend.
terra
我试着在命令下运行,但没有帮助:terraform init required_providers/hashicorp/azurerm: failed to instantiate provider "registry.terraform.io/hashicorp/azurerm" to obtainschema:
我有两个计划,在这两个计划中,我创建了两个不同的服务器(只是举个例子,否则它真的很复杂)。在一个计划中,我像这样输出安全组的值: value = "${aws_security_group.security_group.id}"}
我有第二个计划,在这个计划中,我想使用那个价值,我如何实现它,我已经尝试了几个方法,但都没有对我起作用。