{"id":28409973,"url":"https://github.com/crowdstrike/terraform-nutanix-script","last_synced_at":"2026-01-30T16:01:39.085Z","repository":{"id":83640786,"uuid":"421197145","full_name":"CrowdStrike/terraform-nutanix-script","owner":"CrowdStrike","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-25T20:58:32.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-10T06:21:54.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CrowdStrike.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-25T22:00:51.000Z","updated_at":"2023-04-12T18:26:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9d6989b-a3f4-45b3-a80b-03d1c3a9b24b","html_url":"https://github.com/CrowdStrike/terraform-nutanix-script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CrowdStrike/terraform-nutanix-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Fterraform-nutanix-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Fterraform-nutanix-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Fterraform-nutanix-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Fterraform-nutanix-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrowdStrike","download_url":"https://codeload.github.com/CrowdStrike/terraform-nutanix-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Fterraform-nutanix-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-02T11:09:33.192Z","updated_at":"2026-01-30T16:01:39.076Z","avatar_url":"https://github.com/CrowdStrike.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CrowdStrike Falcon Install for Nutanix Prism\n\n### CrowdStrike Falcon Install - Nutanix Terraform Implementation\n\n1. Clone the project\n```bash\n$ git clone https://github.com/crowdstrike/terraform-nutanix-script\n```\n2. Change directory into the project\n```bash\n$ cd\n```\n3. Create a file `\u003cfilename\u003e.tfvars`\n\nAdd the following to the `\u003cfilename\u003e.tfvars`file:\n\nNOTE: You may also choose to use environment variables as `TF_VAR_\u003cvariable_name\u003e`\n\n```code\ncluster_name  = \"\u003cNutanix Cluster name\u003e\"\nsubnet_name   = \"\u003cNutanix Network subnet for VM network connectivity\u003e\"\nuser          = \"\u003cNutanix cluster login\u003e\"\npassword      = \"\u003cNutanix cluster login password\u003e\"\nendpoint      = \"\u003cNutanix cluster IP address\u003e\"\ncid           = \"\u003cFalcon Customer ID\u003e\"\nclient_id     = \"\u003cFalcon OAUTH CLIENT ID\u003e\"\nclient_secret = \"\u003cFalcon OAUTH SECRET\u003e\"\n\nlinux_image_name        = \"Ubuntu (Bionic) 18.04\"\nlinux_image_description = \"Ubuntu 18.04\"\nlinux_image_source_uri  = \"https://cloud-images.ubuntu.com/bionic/20210928/bionic-server-cloudimg-amd64.img\"\n\nvm_name                 = \"Ubuntu secured by CrowdStrike\"\nnum_vcpus_per_socket    = \"2\"\nnum_cpu                 = \"1\"\nram                     = \"4096\"\ndisk_size_gb            = \"10\"\ndisk_type               = \"DISK\"\ndisk_adapter_type       = \"SCSI\"\ndisk_device_index       = \"1\"\n```\n\n4. Initialize the terraform template\n\n```terraform\nterraform init\n```\nOutput\n```text\nInitializing the backend...\n\nInitializing provider plugins...\n- Finding latest version of hashicorp/template...\n- Finding nutanix/nutanix versions matching \"1.2.0\"...\n- Installing hashicorp/template v2.2.0...\n- Installed hashicorp/template v2.2.0 (signed by HashiCorp)\n- Installing nutanix/nutanix v1.2.0...\n- Installed nutanix/nutanix v1.2.0 (signed by a HashiCorp partner, key ID BEA5F795571AD06E)\n\nPartner and community providers are signed by their developers.\nIf you'd like to know more about provider signing, you can read about it here:\nhttps://www.terraform.io/docs/cli/plugins/signing.html\n\nTerraform has created a lock file .terraform.lock.hcl to record the provider\nselections it made above. Include this file in your version control repository\nso that Terraform can guarantee to make the same selections by default when\nyou run \"terraform init\" in the future.\n\nTerraform has been successfully initialized!\n\nYou may now begin working with Terraform. Try running \"terraform plan\" to see\nany changes that are required for your infrastructure. All Terraform commands\nshould now work.\n\nIf you ever set or change modules or backend configuration for Terraform,\nrerun this command to reinitialize your working directory. If you forget, other\ncommands will detect it and remind you to do so if necessary.\n```\n\n5. Apply the Terraform template\n\n```terraform\nterraform apply\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdstrike%2Fterraform-nutanix-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrowdstrike%2Fterraform-nutanix-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdstrike%2Fterraform-nutanix-script/lists"}