Skip to content

Commit e77ff3e

Browse files
Fix bug when url is not set for stack not using the calculated field from the backend (#2352)
1 parent 97f8ee8 commit e77ff3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/resources/cloud/resource_cloud_stack.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Required access policy scopes:
104104
"url": {
105105
Type: schema.TypeString,
106106
Optional: true,
107+
Computed: true,
107108
Description: "Custom URL for the Grafana instance. Must have a CNAME setup to point to `.grafana.net` before creating the stack",
108109
DiffSuppressFunc: func(k, oldValue, newValue string, d *schema.ResourceData) bool {
109110
return oldValue == newValue ||

provider_schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)