Skip to content

Commit

Permalink
ci: remove unused outputs from tf module
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Nov 28, 2024
1 parent 43de7e4 commit 65315bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tf/shared/modules/cloudflare-pages-project/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ output "pages_project" {
id = cloudflare_pages_project.project.id
name = cloudflare_pages_project.project.name
subdomain = cloudflare_pages_project.project.subdomain
site_token = cloudflare_web_analytics_site.analytics.site_token
site_tag = cloudflare_web_analytics_site.analytics.site_tag
zone_tag = cloudflare_web_analytics_site.analytics.zone_tag
}
}

0 comments on commit 65315bf

Please sign in to comment.