Created
October 26, 2021 16:02
-
-
Save aavarghese/b6c13fd57b99411ae7ef7083536b0b04 to your computer and use it in GitHub Desktop.
Example Rego file with typo for Newstack blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ibmcloud.tfplan | |
import data as tfplan | |
# lists all the variables from variable section | |
# METADATA | |
# schemas: | |
# - data: schema.plan-schema | |
variables = vars{ | |
some k | |
vars := { k : v | | |
v := tfplan.varibales[k].value | |
true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment