Skip to content

Commit a99b1c4

Browse files
fix: generate-all (#659)
1 parent 1e50190 commit a99b1c4

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

castai/resource_edge_location.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,8 @@ func (r *edgeLocationResource) toAWS(ctx context.Context, plan, config *awsModel
703703
AccountId: toPtr(plan.AccountID.ValueString()),
704704
InstanceProfile: instanceProfile,
705705
Credentials: &omni.AWSParamCredentials{
706-
AccessKeyId: config.AccessKeyIDWO.ValueString(),
707-
SecretAccessKey: config.SecretAccessKeyWO.ValueString(),
706+
AccessKeyId: config.AccessKeyIDWO.ValueStringPointer(),
707+
SecretAccessKey: config.SecretAccessKeyWO.ValueStringPointer(),
708708
},
709709
Networking: &omni.AWSParamAWSNetworking{
710710
VpcId: plan.VpcID.ValueString(),

castai/sdk/api.gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

castai/sdk/omni/api.gen.go

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)