Skip to content

Commit

Permalink
nodepools: public ip assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Jul 30, 2024
1 parent d7654aa commit e5c6c34
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 113 deletions.
1 change: 1 addition & 0 deletions exoscale/datasource_exoscale_sks_nodepool.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func nodepoolToDataMap(nodepool *v2.SKSNodepool) general.TerraformObject {
general.Assign(ret, resSKSNodepoolAttrLabels, nodepool.Labels)
general.Assign(ret, resSKSNodepoolAttrName, nodepool.Name)
general.Assign(ret, resSKSNodepoolAttrPrivateNetworkIDs, nodepool.PrivateNetworkIDs)
// TODO
general.Assign(ret, resSKSNodepoolAttrSecurityGroupIDs, nodepool.SecurityGroupIDs)
general.Assign(ret, resSKSNodepoolAttrSize, nodepool.Size)
general.Assign(ret, resSKSNodepoolAttrState, nodepool.State)
Expand Down
Loading

0 comments on commit e5c6c34

Please sign in to comment.