Skip to content

Commit f333555

Browse files
Terraform Team Automationvsin12
authored andcommitted
Added - Support for Tersi for Test Connectivity feature GoldenGate Test Connectivity for Connections associated with Deployments
1 parent 95db98f commit f333555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/service/golden_gate/golden_gate_deployment_backup_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func GoldenGateDeploymentBackupResource() *schema.Resource {
9595
Computed: true,
9696
},
9797
"size_in_bytes": {
98-
Type: schema.TypeFloat,
98+
Type: schema.TypeFloat, // keep TypeFloat instead of the computed TypeString
9999
Computed: true,
100100
},
101101
"state": {

internal/service/golden_gate/golden_gate_trail_files_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func GoldenGateTrailFilesDataSource() *schema.Resource {
7373
Computed: true,
7474
},
7575
"size_in_bytes": {
76-
Type: schema.TypeFloat,
76+
Type: schema.TypeFloat, // keep TypeFloat instead of the computed TypeString
7777
Computed: true,
7878
},
7979
"time_last_updated": {

0 commit comments

Comments
 (0)