Skip to content

Commit 8b794f7

Browse files
CodelaxMonitob
andauthored
fix(container): set env variables to computed (#1475)
Co-authored-by: jaime Bernabe <[email protected]>
1 parent f7155b0 commit 8b794f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/resource_container.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func resourceScalewayContainer() *schema.Resource {
5252
"environment_variables": {
5353
Type: schema.TypeMap,
5454
Optional: true,
55+
Computed: true,
5556
Description: "The environment variables to be injected into your container at runtime.",
5657
Elem: &schema.Schema{
5758
Type: schema.TypeString,

0 commit comments

Comments
 (0)