0
0
llucycodes42
The code creates a Google Project with the name "example-id" and stores the policy data in the policy_data field.
Shortcut: tf_google_project
resource "google_project" "${MyResource}" {
id = "example-id"
policy_data = "example-policy_data"
}