Empty Plan
Built in
- terraform plan
Troubleshooting
Showing changes when nothing has changed
“config refers to values not yet known”
block {
~ attr = "old value" -> (known after apply)
}
This can happen when your resource depends on an ‘external’ data source, directly or indirectly.