Skip to content

Commit

Permalink
remove unneed outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthatdev committed Jul 24, 2023
1 parent 6a4676a commit 23ff6aa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions infra/examples/simple_example/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,3 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

output "project_id" {
description = "Project ID where solution is deployed."
value = module.dynamic_web_app.project_id
}

output "run_service_name" {
description = "The name of the deployed Cloud Run service."
value = module.dynamic_web_app.run_service_name
}

0 comments on commit 23ff6aa

Please sign in to comment.