oss-terraform-automation/2-nginx-ssl-offloading/terraform.example.tfvars (9 lines of code) (raw):

project_id = "REPLACE-WITH-YOUR-EXISTING-PROJECT-ID" keyring = "nginx-example-keyring-terraform" key = "nginx-example-key-terraform" artifact_image = "nginx-example-image-terraform" artifact_location = "us-central1" artifact_repository = "nginx-example-repo-terraform" artifact_version = "latest" organization_id = "" # Optional. Org Policies mentioned in the README will be created if you provide this variable. certificate_file_path = null # Optional. This should be used when you have a certificate file signed by a Certificate Authority. If not provided, a self-signed certificate will be generated with OpenSSL. Use self-signed certificate for testing only. A self-signed certificate created this way is not appropriate for production use."