fix: re-implement acl part in top level
feat: implement tf identity
This commit is contained in:
parent
1027643f95
commit
29f693308e
6 changed files with 116 additions and 36 deletions
|
|
@ -22,6 +22,10 @@ type Model struct {
|
|||
Network types.Object `tfsdk:"network"`
|
||||
}
|
||||
|
||||
type IdentityModel struct {
|
||||
ID types.String `tfsdk:"id"`
|
||||
}
|
||||
|
||||
type encryptionModel struct {
|
||||
KeyRingId types.String `tfsdk:"keyring_id"`
|
||||
KeyId types.String `tfsdk:"key_id"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue