Skip to content

Commit 16d4c7e

Browse files
shivam-thakur12Harness
authored andcommitted
feat: [CCM-28875]: Store region parameter of EKS Cluster during onboarding via terraform/helm (go-sdk change) (#700)
* be1c12 add region in ClusterOrchestratorUserConfig
1 parent 230ed57 commit 16d4c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

harness/nextgen/model_cluster_orchestrator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ type ClusterOrchConfig struct {
9393

9494
type ClusterOrchestratorUserConfig struct {
9595
ClusterEndPoint string `json:"cluster_endpoint"`
96+
Region string `json:"region,omitempty"`
9697
}
9798

9899
type ClusterOrchestrator struct {

0 commit comments

Comments
 (0)