v0.9.1
🚀 Enhancements
Fix: resource attributes that cannot be determined @nitrocode (#16)
what
- This checks the input variable instead of
local.statements
, which previously required creating the policy documents to determine.
why
- The previous PR #15 worked for account SCPs but did not work for org SCPs. I checked this locally for all 3 types of policies (ou, org, and account) in
components/terraform/account
.
references
N/A
🐛 Bug Fixes
Fix: resource attributes that cannot be determined @nitrocode (#16)
what
- This checks the input variable instead of
local.statements
, which previously required creating the policy documents to determine.
why
- The previous PR #15 worked for account SCPs but did not work for org SCPs. I checked this locally for all 3 types of policies (ou, org, and account) in
components/terraform/account
.
references
N/A