feat: add stackit service account creation to tf provider (#708)
* feat: implement service account resource/datasource
This commit is contained in:
parent
6dc6f4129c
commit
23e9a25b4f
14 changed files with 978 additions and 8 deletions
|
|
@ -40,6 +40,7 @@ type ProviderData struct {
|
|||
ServerUpdateCustomEndpoint string
|
||||
SKECustomEndpoint string
|
||||
ServiceEnablementCustomEndpoint string
|
||||
ServiceAccountCustomEndpoint string
|
||||
EnableBetaResources bool
|
||||
Experiments []string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue