Skip to content

Instantly share code, notes, and snippets.

View andybaran's full-sized avatar

Andy Baran andybaran

View GitHub Profile
### Keybase proof
I hereby claim:
* I am andybaran on github.
* I am andybaran (https://keybase.io/andybaran) on keybase.
* I have a public key ASDyXhQ3YCW72AIQ41OUqz3mJP0DDGcH2V6kWCC8EZ86GQo
To claim this, I am signing this object:
@andybaran
andybaran / main.tf
Created October 26, 2023 22:52
Nutanix TF NIC IP
terraform{
required_providers{
nutanix = {
source = "nutanix/nutanix"
version = "1.3.0"
}
}
}
provider "nutanix" {