fix(secure-source-manager-instance): when importing a repo do not force default_branch (#3812)
Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
@@ -65,6 +65,12 @@ resource "google_secure_source_manager_repository" "repositories" {
|
||||
readme = each.value.initial_config.readme
|
||||
}
|
||||
}
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
initial_config,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
resource "google_secure_source_manager_branch_rule" "branch_rules" {
|
||||
|
||||
Reference in New Issue
Block a user