Skip to content

Commit fd75926

Browse files
committed
Rename public-url-server to public-endpoint
1 parent 568009e commit fd75926

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ resource "scaleway_k8s_pool" "main" {
3737
tags = ["htk", "production"]
3838
}
3939

40-
module "public_url_server" {
40+
module "public_endpoint" {
4141
source = "./modules/k8s-project"
42-
name = "public-url-server"
42+
name = "public-endpoint"
4343
}
4444

45-
output "public_url_server_token" {
46-
value = module.public_url_server.deployer_token
45+
output "public_endpoint_server_token" {
46+
value = module.public_endpoint.deployer_token
4747
sensitive = true
4848
}
4949

0 commit comments

Comments
 (0)