Skip to content

Commit

Permalink
Set missing 'docker_volume_size' parameter while reading reasource
Browse files Browse the repository at this point in the history
  • Loading branch information
pawcykca authored and nikParasyr committed Sep 5, 2022
1 parent d986e5d commit ae0a74e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ func resourceContainerInfraNodeGroupV1Read(_ context.Context, d *schema.Resource
d.Set("max_node_count", nodeGroup.NodeCount)
d.Set("image_id", nodeGroup.ImageID)
d.Set("flavor_id", nodeGroup.FlavorID)
d.Set("docker_volume_size", nodeGroup.DockerVolumeSize)

if err := d.Set("created_at", nodeGroup.CreatedAt.Format(time.RFC3339)); err != nil {
log.Printf("[DEBUG] Unable to set openstack_containerinfra_nodegroup_v1 created_at: %s", err)
Expand Down

0 comments on commit ae0a74e

Please sign in to comment.