Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example main.tf - guest_customization_cloud_init does not work #21

Closed
JonKohler opened this issue Jan 30, 2019 · 1 comment · Fixed by #32
Closed

Example main.tf - guest_customization_cloud_init does not work #21

JonKohler opened this issue Jan 30, 2019 · 1 comment · Fixed by #32
Assignees
Labels
v1.1.0 Provider Version 1.1.0

Comments

@JonKohler
Copy link
Collaborator

Moved from: #165

Describe the bug
terraform shows an error that guest_customization_cloud_init key is unknown:
"...: invalid or unknown key: guest_customization_cloud_init"

To Reproduce
Try the example main.tf with guest customization.

Versions (please complete the following information):

  • OS WIN64 / gitBASH
  • Terraform v0.11.7
  • Nutanix Cluster 5.8
  • Nutanix Prism Central 5.8

Additional context
Changing the example to make use of for example: guest_customization_cloud_init_user_data = "${base64encode(file("cloud-init.conf"))}" can solve the issue.

@marinsalinas
Copy link
Contributor

Hello @JonKohler, regarding with this issue, I didn't see any guest_customization_cloud_init field in the configuration of main.tf.

Could you provide the actual main.tf file for this issue?

@marinsalinas marinsalinas self-assigned this Apr 26, 2019
@marinsalinas marinsalinas added the v1.1.0 Provider Version 1.1.0 label Apr 26, 2019
yannickstruyf3 pushed a commit to yannickstruyf3/terraform-provider-nutanix that referenced this issue Nov 9, 2021
abhimutant added a commit that referenced this issue Dec 9, 2024
* Feat/1.9.3 (#633)

Co-authored-by: Abhishekism9450 <[email protected]>
Co-authored-by: Deepak Muley <[email protected]>
Co-authored-by: Abhishek <[email protected]>

* Feat/1.9.4 (#645)

Co-authored-by: Frederic M <[email protected]>
Co-authored-by: ArtemProt <[email protected]>
Co-authored-by: Abhishekism9450 <[email protected]>

* new tf design

* import changes

* package name change for fc

* package name for fc is foundationCentral

* package name to foundationcentral

* fixes around acctest

* examples folder

* v4 design

* some fixes after merging

* datasource for subnets,vpcs, fips

* datasource for pbrs

* lint fixes. go error (gomnd, gosimple, golint)

* go checks, magic numbers(gomnd)

* fix config testcase as base client will differ in sdks

* datasourc for route tables

* resource for static route

* resource for subnets

* adding go mod for public repo

* lint fixes

* lint fix

* lint fix for client name

* test config as client will be different for sdks

* adding crud for fips

* address groups v4

* service groups

* resource for service groups

* crud for service groups

* CRUD for address groups

* data source for network security

* CRUD for network security

* microseg sdk pointing to internals

* datasource for directory services

* CRUD for directory service

* datasource for saml

* CRUD for idp

* CRUD auth policy

* delete Operation for directory service

* CRUD for user groups

* datasource for categories

* Crud and tcs for categories

* tcs for category

* test for subnet

* docs for subnet

* tcs for fips

* lint fixes

* lint fix in fips

* lint fix

* docs for fip

* docs and tcs for vpc

* tests and docs for pbrs

* docs for route table

* docs for static route

* lint fixes

* testcases for address groups

* fixing lint issues

* lint fix

* docs for address groups

* test and docs for service groups

* fix CRUD and info for auth policies, there is a bug in CRUD , and info . identities.reserved and entities.reserved treated as JSONString

* fix bug on update auth policy

* acc test for authorization policy

* authorization policy v4 docs

* docs and tcs for NSP

* resource tests for NSP

* tcs for NSP

* fixing go mod for external sdks

* fixing lint issues

* fixing go lint issues

* test and docs for categories

* dummy values in test_config

* remove all other modules

* rename module from v4 to v2

* add examples

* rename package from prism to prismv2

* rename package from prism to prismv2

---------

Co-authored-by: Abhishek Chaudhary <[email protected]>
Co-authored-by: Abhishekism9450 <[email protected]>
Co-authored-by: Deepak Muley <[email protected]>
Co-authored-by: Abhishek <[email protected]>
Co-authored-by: Frederic M <[email protected]>
Co-authored-by: ArtemProt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.1.0 Provider Version 1.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants