Create and manage resources overview | Terraform | HashiCorp Developer
Create and manage resources overview | Terraform | HashiCorp Developer
5
公开标注数
5
参与人数
2026-07-27 10:09:47
首次 Whisper
讨论活跃度
developer.hashicorp.com 近 17 周的公开 Whisper
少多
最新公开 Whisper
划选高亮2026-07-27 13:30:47
原文高亮摘录
“Updates the state file so that the configuration, real infrastructure, and state match.”
Whisper 随想笔记
This is the core magic of Terraform — finally all three in agreement.
划选高亮2026-07-27 13:21:47
原文高亮摘录
“Updates the state file so that the configuration, real infrastructure, and state match.”
Whisper 随想笔记
Isn't that just saying it syncs everything up? Feels obvious.
划选高亮2026-07-27 10:27:47
原文高亮摘录
“A resource is any infrastructure object you want to create and manage with Terraform”
Whisper 随想笔记
I remember when I first got this, suddenly my whole AWS account made sense
划选高亮2026-07-27 10:18:47
原文高亮摘录
“A resource is any infrastructure object you want to create and manage with Terraform”
Whisper 随想笔记
so if my provider doesn't have it, I just can't manage it? that's a limitation maybe
划选高亮2026-07-27 10:09:47
原文高亮摘录
“A resource is any infrastructure object you want to create and manage with Terraform”
Whisper 随想笔记
pretty much everything in the cloud ends up being a resource, even the tiny stuff