Zheng Xi Zhou
Zheng Xi Zhou
@loheagn Let's open another issue to track the `backup and restore` discussion. Generally, `backup and restore` is a system level capability. Users don't need to set anything in a Configuration.
The sample of backend looks good to me, which is more native. While Terraform users tends to set the backend as below. ``` terraform { backend "s3" { bucket =...
> I think it's ok. We can support both two ways. > > Another question, if the user provid the backend declaration both in the inline hcl code and in...
@mattkirby When there is a syntax error in the Configuration, like incomplete of `required_provider`, `terraform destroy` will fail to complete when you `kubectl delete configuration myconfig`. In this situation, we...
@jianglu6 Do you mean those two applications use different databases of the same DB instance?
@jianglu6 In KubeVela, we recommend using a separate application to provision a cloud resource, which will generate a secret to store the connection string. In the two business applications, you...
Hi @anoop2811 As the parent project oam-dev/kubevela hasn't upgraded to support v1.22, I will hold this issue. As most of time, Terraform Controller is released with oam-dev/kubevela.
@loheagn What are the exact procedures for restoring the state? >First, we should rebuild the Terraform backend. we can read the Terraform state from the state.back.json and write the data...
> > @loheagn What are the exact procedures for restoring the state? > > > First, we should rebuild the Terraform backend. we can read the Terraform state from the...
@loheagn Please also take a look at this requirement. >And how do you verify your restore is successful? Append any evidence for it please.