Skip to content

Commit

Permalink
feat: TDE for faraway replica (#569)
Browse files Browse the repository at this point in the history
* feat: migrate faraway replica to terraform framework

* fix: examples refactored removed bah and combined with cloud provider examples

* feat: migrate faraway replica update to terraform framework

* feat: examples and import state and delete

* fix: migration blocks to attributes

* fix: removed wrong checkin

* fix: examples fix

* refactor: refactor bah

* fix: examples

* fix: examples

(cherry picked from commit 037c5ef)

* fix: examples bah fix

* fix: examples

* fix: cluster datasource fix

* fix: datasource fix

* fix: lint fix

* fix: lint

* feat: TDE for pg clusters

* fix: tde in examples

* feat: tde for faraway-replica

* feat: datasource fix

* feat: tde pgidentity

* feat: pgidentity

* feat: faraway-replica datasource/resource missing fields fix

* fix: change requests for PgIdentity

* fix: PgIdentity change requests

* fix: PgIdentity bug

* fix: PgIdentity bug

* fix: pgIdentity action

* fix: lint errors

* fix: phase fix

* fix: import and update fix

* fix: tde status and plan modifier

* fix: faraway replica tde fix

* fix: tde plan fix and minor fixes

* fix: faraway replica schema
  • Loading branch information
wai-wong-edb authored Aug 2, 2024
1 parent 1a455ec commit b48ae41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/provider/resource_fareplica.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ func (r *FAReplicaResource) Schema(ctx context.Context, req resource.SchemaReque
"transparent_data_encryption": schema.SingleNestedAttribute{
MarkdownDescription: "Transparent Data Encryption (TDE) key",
Optional: true,
Computed: true,
PlanModifiers: []planmodifier.Object{
objectplanmodifier.UseStateForUnknown(),
},
Expand Down

0 comments on commit b48ae41

Please sign in to comment.