Skip to content

Commit 26ba69e

Browse files
committed
fix: handle omni loc name tag deprecation
1 parent 0e8c484 commit 26ba69e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

castai/resource_edge_location.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ type awsModel struct {
6161
VpcID types.String `tfsdk:"vpc_id"`
6262
SecurityGroupID types.String `tfsdk:"security_group_id"`
6363
SubnetIDs types.Map `tfsdk:"subnet_ids"`
64+
// Deprecated. Should be removed with name_tag attribute removal.
65+
NameTag types.String `tfsdk:"name_tag"`
6466
}
6567

6668
type gcpModel struct {

0 commit comments

Comments
 (0)