Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Updated to automatic installation of Third-Party Providers with Terra…
Browse files Browse the repository at this point in the history
…form 0.13
  • Loading branch information
RyanBijkerk authored Feb 24, 2021
1 parent 48e6b74 commit 732577d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/depends_on/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
terraform {
required_providers {
vra7 = {
source = "vmware/vra7"
}
}
}

provider "vra7" {
username = var.username
password = var.password
Expand Down

0 comments on commit 732577d

Please sign in to comment.