Skip to content

Commit 7a68723

Browse files
committed
style(my-stamps.tf): improve comments.
[skip ci]
1 parent 0e8a7f1 commit 7a68723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/terraform/my-stamps.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ resource "digitalocean_droplet" "web" {
1818
private_networking = true
1919
}
2020

21-
# https://www.terraform.io/docs/providers/do/r/domain.html
21+
# Domain docs: https://www.terraform.io/docs/providers/do/r/domain.html
2222
resource "digitalocean_domain" "site" {
2323
name = "my-stamps.ru"
2424
}
2525

26-
# https://www.terraform.io/docs/providers/do/r/record.html
26+
# Record docs: https://www.terraform.io/docs/providers/do/r/record.html
2727
resource "digitalocean_record" "no-www" {
2828
domain = digitalocean_domain.site.name
2929
type = "A"

0 commit comments

Comments
 (0)