- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何通过azure中的Terra-form脚本检查azure资源组是否已存在,如果不存在则创建Terra-form应该创建它?
通过 terraform 脚本检查 azure-resourcegroup 是否已存在
最佳答案
这是默认行为。您可能已经知道,您已经
terraform plan - used to validate your tf script
和
terraform apply - to apply the tf script changes
如果您在申请之前使用 terraform plan,并且尝试创建已存在的资源组,您将收到以下消息
No changes. Infrastructure is up-to-date.
This means that Terraform did not detect any differences between yourconfiguration and real physical resources that exist. As a result, noactions need to be performed.
如果您直接使用 terraform apply,您将看到以下消息
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
但是,您的资源不会发生任何变化。
希望这有帮助。
关于azure - 通过 terraform 脚本检查 azure-resourcegroup 是否已存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62694563/
如何通过azure中的Terra-form脚本检查azure资源组是否已存在,如果不存在则创建Terra-form应该创建它? 通过 terraform 脚本检查 azure-resourcegrou
我想要部署一个包含来自另一个资源组的 AzureStorageAccount 连接字符串的 AzureKeyVault。我知道如果 AzureKeyVault 和 AzureStorageAccoun
我想要部署一个包含来自另一个资源组的 AzureStorageAccount 连接字符串的 AzureKeyVault。我知道如果 AzureKeyVault 和 AzureStorageAccoun
我在尝试执行资源组部署时收到以下错误。 链接授权失败 “具有对象 ID 的客户端”有权在范围/subscriptions//resourcegroups//providers/Microsoft.We
我正在尝试使用 Azure 管理 SDK 动态创建资源组这是我的 azure 配置详细信息 subscription= client= key= tenant= managementURI=https
我正在尝试使用 Azure 管理 SDK 动态创建资源组这是我的 azure 配置详细信息 subscription= client= key= tenant= managementURI=https
我是一名优秀的程序员,十分优秀!