- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- When I try to provision an instance with terraform...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 11:25 PM
11-09-2022 11:25 PM
When I try to provision an instance with terraform receive error INstance not valid
when i try to spinup the machine with terraform config locally scripts are working fine as expected but when trying from intance provisiong it says Instance is not valid.
Logback Settings for terraform set to debug.
Can you please suggest on how this can be investigated .where can i find logs or validations for the error to identify the cause of it.
Variables are defined as below.
variable “region” {
description = “AWS Region”
type = string
default = “<%= customOptions.region%>”
}
variable “instance_type” {
description = “Instance Type”
type = string
default = “<%= customOptions.instance_type%>”
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 04:10 AM
11-10-2022 04:10 AM
Re: When I try to provision an instance with terraform receive error INstance not valid
There should be errors being throwing within the Morpheus-UI logs (Administration > Health > Morpheus Logs)
Are you able to share the entire TF code?