File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ POST on /domain/zone/*/refresh
69
69
vim ovhrc.sh
70
70
```
71
71
72
+ Add at the end of the file:
73
+
72
74
``` bash
73
75
export TF_VAR_ovh_api_dns_application_key=" <your_dns_application_key>"
74
76
export TF_VAR_ovh_api_dns_application_secret=" <your_dns_application_secret>"
@@ -100,7 +102,7 @@ You can find the list of configuration variables in `variables.tf` and you can o
100
102
``` bash
101
103
source ovhrc.sh
102
104
terraform init
103
- terraform plan
105
+ terraform apply -target module.s3_user
104
106
terraform apply
105
107
```
106
108
@@ -142,4 +144,4 @@ After a while the status of the run should turn green. You can see the logs of t
142
144
``` bash
143
145
terraform output --raw ovh_kube_cluster_kubeconfig > ./kubeconfig
144
146
kubectl get nodes --kubeconfig ./kubeconfig
145
- ```
147
+ ```
You can’t perform that action at this time.
0 commit comments