Skip to content

Commit

Permalink
Fix: fix k8s_namespace drift (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Jun 21, 2024
1 parent 69c36d9 commit bef9f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ type Environment struct {
IsRemoteBackend *bool `json:"isRemoteBackend" tfschema:"-"`
IsArchived *bool `json:"isArchived" tfschema:"-"`
IsRemoteApplyEnabled bool `json:"isRemoteApplyEnabled"`
K8sNamespace string `json:"k8s_namespace"`
K8sNamespace string `json:"k8sNamespace"`
IsSingleUseBlueprint bool `json:"isSingleUseBlueprint" tfschema:"-"`
}

Expand All @@ -147,7 +147,7 @@ type EnvironmentCreate struct {
Type string `json:"type,omitempty"`
DriftDetectionRequest *DriftDetectionRequest `json:"driftDetectionRequest,omitempty" tfschema:"-"`
PreventAutoDeploy *bool `json:"preventAutoDeploy,omitempty" tfschema:"-"`
K8sNamespace string `json:"k8s_namespace,omitempty"`
K8sNamespace string `json:"k8sNamespace,omitempty"`
ConfigurationSetChanges *ConfigurationSetChanges `json:"configurationSetChanges,omitempty" tfschema:"-"`
}

Expand Down

0 comments on commit bef9f11

Please sign in to comment.