File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/content/docs/terraform/tutorial Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ indicated with the following symbols:
8484
8585Terraform will perform the following actions:
8686
87- # cloudflare_dns_record.example_dns_record will be created
87+ # cloudflare_dns_record.www will be created
8888 + resource " cloudflare_dns_record" " www" {
8989 + comment = " Domain verification record"
9090 + comment_modified_on = (known after apply)
@@ -124,7 +124,7 @@ indicated with the following symbols:
124124
125125Terraform will perform the following actions:
126126
127- # cloudflare_dns_record.example_dns_record will be created
127+ # cloudflare_dns_record.www will be created
128128 + resource " cloudflare_dns_record" " www" {
129129 + comment = " Domain verification record"
130130 + comment_modified_on = (known after apply)
@@ -152,8 +152,8 @@ Do you want to perform these actions?
152152
153153 Enter a value: yes
154154
155- cloudflare_dns_record.example_dns_record : Creating...
156- cloudflare_dns_record.example_dns_record : Creation complete after 0s
155+ cloudflare_dns_record.www : Creating...
156+ cloudflare_dns_record.www : Creation complete after 0s
157157
158158Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
159159```
You can’t perform that action at this time.
0 commit comments