summaryrefslogtreecommitdiff
path: root/azuredevops/internal/service/taskagent/resource_variable_group.go
diff options
context:
space:
mode:
authorarnonsan <arnon.san@cpf.co.th>2023-01-03 13:51:45 +0700
committerGitHub <noreply@github.com>2023-01-03 13:51:45 +0700
commit77da08029bb82b1f36e97e27003f3244b9f823be (patch)
treec9ab1cbc61b98339d97e3ec9bd6210d2ef4aea99 /azuredevops/internal/service/taskagent/resource_variable_group.go
parent758e69ad01520d71582c748c3e83ebf028595adf (diff)
parentd26bcd7d94bd9fe175014ff4742e507bc3933c1d (diff)
Merge branch 'microsoft:main' into main
Diffstat (limited to 'azuredevops/internal/service/taskagent/resource_variable_group.go')
-rw-r--r--azuredevops/internal/service/taskagent/resource_variable_group.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/azuredevops/internal/service/taskagent/resource_variable_group.go b/azuredevops/internal/service/taskagent/resource_variable_group.go
index 8657b763..a03ac248 100644
--- a/azuredevops/internal/service/taskagent/resource_variable_group.go
+++ b/azuredevops/internal/service/taskagent/resource_variable_group.go
@@ -441,7 +441,8 @@ func isKeyVaultVariableGroupType(variableGrouptype *string) bool {
// Convert AzDO Variables data structure to Terraform TypeSet
//
// Note: The AzDO API does not return the value for variables marked as a secret. For this reason
-// variables marked as secret will need to be pulled from the state itself
+//
+// variables marked as secret will need to be pulled from the state itself
func flattenVariables(d *schema.ResourceData, variableGroup *v5taskagent.VariableGroup) (interface{}, error) {
variables := make([]map[string]interface{}, len(*variableGroup.Variables))