Skip to content

Commit

Permalink
Upgrade to prod.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobnosal authored May 10, 2022
1 parent 7cd5a3e commit 0c27495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider "acme" {
server_url = "https://acme-staging-v02.api.letsencrypt.org/directory"
server_url = "https://acme-v02.api.letsencrypt.org/directory"
}

# Create the private key
Expand Down Expand Up @@ -118,4 +118,4 @@ resource "null_resource" "trusted_root_certificate" {

# data "tls_certificate" "example" {
# url = "https://api.jones-dev.com"
# }
# }

0 comments on commit 0c27495

Please sign in to comment.