fix: secret left in provider config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-27 01:40:58 +02:00
parent 8df7f48658
commit ccb66f4e2c

View File

@@ -25,7 +25,6 @@ terraform {
provider "gitea" {
base_url = "https://${local.gitea_server}"
token = "915f506e315f263bec1ee7440dff065395e81462"
}
provider "aws" {