Skip to content

Commit f11ba09

Browse files
committed
fix: add emailaddress to zone on create
1 parent 825a41d commit f11ba09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hostingde/zone_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ func (r *zoneResource) Create(ctx context.Context, req resource.CreateRequest, r
117117
plan.ID = types.StringValue(zone.Response.ZoneConfig.ID)
118118
plan.Name = types.StringValue(zone.Response.ZoneConfig.Name)
119119
plan.Type = types.StringValue(zone.Response.ZoneConfig.Type)
120+
plan.EMailAddress = types.StringValue(zone.Response.ZoneConfig.EMailAddress)
120121

121122
// Set state to fully populated data
122123
diags = resp.State.Set(ctx, plan)

0 commit comments

Comments
 (0)