Fix typo in readme

This commit is contained in:
Aleksandr Averbukh
2023-02-19 15:22:48 +01:00
parent 07957ce839
commit f16511b8da

View File

@@ -19,8 +19,8 @@ module "my-org" {
parent = "organizations/123456789"
}
output "projects" {
value = module.my-org.projects_numbers
output "project_numbers" {
value = module.my-org.project_numbers
}
# tftest skip (uses data sources)