Skip to content

Commit 1dd12d6

Browse files
author
Uddipaan Hazarika
committed
added appdata-dsource update logic and ignore-tag-changes
1 parent 1e662a7 commit 1dd12d6

File tree

8 files changed

+432
-130
lines changed

8 files changed

+432
-130
lines changed

internal/provider/commons.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,17 @@ var isDestructiveEnvUpdate = map[string]bool{
132132
"tags": false,
133133
"hosts": true,
134134
}
135+
136+
var updatableAppdataDsourceKeys = map[string]bool{
137+
"name": true,
138+
"description": true,
139+
"staging_environment": true,
140+
"staging_environment_user": true,
141+
"environment_user": true,
142+
"parameters": true,
143+
"sync_policy_id": true,
144+
"retention_policy_id": true,
145+
"ops_pre_sync": true,
146+
"ops_post_sync": true,
147+
"tags": true,
148+
}

0 commit comments

Comments
 (0)