热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

FrequentMismatchDuringTerraformApply

EncounteringfrequentmismatchesduringTerraformapplyoperations,particularlywithresourceattributes.

I've encountered a similar issue and reported it on the Terraform repository, but it seems to be related to a provider problem.

Initial Report: https://github.com/hashicorp/terraform/issues/16346

I can successfully run apply after a destroy, but if I run plan after apply, or simply re-apply after making changes, I encounter the issue where diffs didn't match during apply.

Here are the details:

1
2
3
Terraform Version: 0.10.7
Resource ID: aws_instance.this
Mismatch reason: attribute mismatch: root_block_device.0.delete_on_termination

This appears to be a significant problem. Any assistance would be greatly appreciated.

Thanks,
Chris.

Note: This issue was sourced from the open-source project: hashicorp/terraform-provider-aws

The issue has been locked as it has been closed for 30 days. This helps our maintainers focus on active issues.

If you believe this issue should be reopened, please create a new issue and link back to this one for additional context. Thank you!


推荐阅读
author-avatar
ka-ka快乐_848
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有