Skip to content

Commit 2e7ea0c

Browse files
authored
Update data_aws_integrations_test.go
1 parent 0fb26d9 commit 2e7ea0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spacelift/data_aws_integrations_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func awsIntegrationToResource(i *structs.AWSIntegration) string {
108108
labels = %s
109109
duration_seconds = %d
110110
generate_credentials_in_worker = %t
111-
autoattach_enabled = %t
111+
autoattach_enabled = %t
112112
%s
113113
}
114114
`, i.Name, i.Name, i.RoleARN, i.Space, labelsAsString(i.Labels), i.DurationSeconds, i.GenerateCredentialsInWorker, i.AutoattachEnabled, regionAttr)

0 commit comments

Comments
 (0)