-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Terraform 1.6.x não permite chamada de função dentro de um arquivo de
teste
- Loading branch information
1 parent
6288db8
commit 60f3e5f
Showing
2 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: tf-gapi.lukerops.com/v1alpha2 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: user.gcp.iam | ||
spec: | ||
group: gcp.iam | ||
kind: User | ||
versions: | ||
- name: v1alpha2 | ||
specSchema: | ||
type: object | ||
properties: | ||
email: | ||
type: string |