Skip to content

Commit

Permalink
provider remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBeebe committed Jun 23, 2022
1 parent 8893968 commit c1ef074
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/_artifacts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ locals {
resource "massdriver_artifact" "cloud_function" {
field = "cloud_function"
provider_resource_id = google_cloudfunctions_function.main.id
type = "gcp-cloud-function"
name = "GCP Cloud Function ${var.md_metadata.name_prefix} (${google_cloudfunctions_function.main.id})"
artifact = jsonencode(local.artifact_cloud_function)
}
2 changes: 1 addition & 1 deletion src/_providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
massdriver = {
source = "massdriver-cloud/massdriver"
version = "~> 1.0"
version = ">= 1.1.0"
}
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit c1ef074

Please sign in to comment.