Skip to content

Commit

Permalink
azurerm_container_app_job Add TODO to rename secrets and registries…
Browse files Browse the repository at this point in the history
… properties in 4.0
  • Loading branch information
oWretch committed May 23, 2024
1 parent fe0507e commit e1fe72d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/services/containerapps/container_app_job_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func (r ContainerAppJobResource) Arguments() map[string]*schema.Schema {

"template": helpers.JobTemplateSchema(),

// TODO rename `secrets` to `secrets` in 4.0
"secrets": helpers.SecretsSchema(),

"replica_retry_limit": {
Expand All @@ -101,6 +102,7 @@ func (r ContainerAppJobResource) Arguments() map[string]*schema.Schema {
ValidateFunc: validation.IntAtLeast(0),
},

// TODO rename `registries` to `registry` in 4.0
"registries": helpers.ContainerAppRegistrySchema(),

"event_trigger_config": {
Expand Down

0 comments on commit e1fe72d

Please sign in to comment.