Created
April 25, 2024 16:53
-
-
Save TheNilesh/641b223a094ecc78252c4cd6a675b5f4 to your computer and use it in GitHub Desktop.
Terraform crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-04-25T22:22:42.940+0530 [INFO] Terraform version: 1.8.1 | |
2024-04-25T22:22:42.940+0530 [DEBUG] using github.com/hashicorp/go-tfe v1.41.0 | |
2024-04-25T22:22:42.940+0530 [DEBUG] using github.com/hashicorp/hcl/v2 v2.20.0 | |
2024-04-25T22:22:42.940+0530 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 | |
2024-04-25T22:22:42.940+0530 [DEBUG] using github.com/zclconf/go-cty v1.14.3 | |
2024-04-25T22:22:42.940+0530 [INFO] Go runtime version: go1.22.1 | |
2024-04-25T22:22:42.940+0530 [INFO] CLI args: []string{"terraform", "apply"} | |
2024-04-25T22:22:42.940+0530 [TRACE] Stdout is a terminal of width 194 | |
2024-04-25T22:22:42.940+0530 [TRACE] Stderr is not a terminal | |
2024-04-25T22:22:42.940+0530 [TRACE] Stdin is a terminal | |
2024-04-25T22:22:42.940+0530 [DEBUG] Attempting to open CLI config file: /home/nilesh/.terraformrc | |
2024-04-25T22:22:42.940+0530 [INFO] Loading CLI configuration from /home/nilesh/.terraformrc | |
2024-04-25T22:22:42.940+0530 [DEBUG] Explicit provider installation configuration is set | |
2024-04-25T22:22:42.940+0530 [TRACE] Selected provider installation method cliconfig.ProviderInstallationDirect with includes [] and excludes [] | |
2024-04-25T22:22:42.941+0530 [INFO] CLI command args: []string{"apply"} | |
2024-04-25T22:22:42.943+0530 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2024-04-25T22:22:42.943+0530 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2024-04-25T22:22:42.943+0530 [DEBUG] New state was assigned lineage "5faa3dad-2c45-6cc8-3bde-87271af7d479" | |
2024-04-25T22:22:42.943+0530 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2024-04-25T22:22:42.943+0530 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2024-04-25T22:22:42.943+0530 [DEBUG] Provider registry.terraform.io/rackerlabs/spot is overridden by dev_overrides | |
2024-04-25T22:22:42.943+0530 [DEBUG] Provider registry.terraform.io/platform9/pf9 is overridden by dev_overrides | |
2024-04-25T22:22:42.943+0530 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers | |
2024-04-25T22:22:42.944+0530 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/external v2.3.3 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/external/2.3.3/linux_amd64 | |
2024-04-25T22:22:42.944+0530 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/kubernetes v2.28.1 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.28.1/linux_amd64 | |
2024-04-25T22:22:42.944+0530 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/platform9/pf9 v0.1.6 for linux_amd64 at .terraform/providers/registry.terraform.io/platform9/pf9/0.1.6/linux_amd64 | |
2024-04-25T22:22:42.944+0530 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/external/2.3.3/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/external 2.3.3 | |
2024-04-25T22:22:42.944+0530 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.28.1/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/kubernetes 2.28.1 | |
2024-04-25T22:22:42.944+0530 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/platform9/pf9/0.1.6/linux_amd64 as a candidate package for registry.terraform.io/platform9/pf9 0.1.6 | |
2024-04-25T22:22:42.994+0530 [DEBUG] Provider registry.terraform.io/rackerlabs/spot is overridden to load from /home/nilesh/go/bin | |
2024-04-25T22:22:42.994+0530 [DEBUG] Provider registry.terraform.io/platform9/pf9 is overridden to load from /home/nilesh/go/bin | |
2024-04-25T22:22:42.994+0530 [DEBUG] checking for provisioner in "." | |
2024-04-25T22:22:42.998+0530 [DEBUG] checking for provisioner in "/usr/bin" | |
2024-04-25T22:22:42.998+0530 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2024-04-25T22:22:42.998+0530 [DEBUG] Provider registry.terraform.io/rackerlabs/spot is overridden by dev_overrides | |
2024-04-25T22:22:42.998+0530 [DEBUG] Provider registry.terraform.io/platform9/pf9 is overridden by dev_overrides | |
2024-04-25T22:22:42.999+0530 [INFO] backend/local: starting Apply operation | |
2024-04-25T22:22:42.999+0530 [TRACE] backend/local: requesting state manager for workspace "default" | |
2024-04-25T22:22:42.999+0530 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2024-04-25T22:22:42.999+0530 [TRACE] backend/local: requesting state lock for workspace "default" | |
2024-04-25T22:22:42.999+0530 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2024-04-25T22:22:42.999+0530 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists | |
2024-04-25T22:22:42.999+0530 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2024-04-25T22:22:42.999+0530 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2024-04-25T22:22:42.999+0530 [TRACE] backend/local: reading remote state for workspace "default" | |
2024-04-25T22:22:42.999+0530 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2024-04-25T22:22:42.999+0530 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay | |
2024-04-25T22:22:42.999+0530 [TRACE] statemgr.Filesystem: read nil snapshot | |
2024-04-25T22:22:42.999+0530 [TRACE] backend/local: populating backend.LocalRun for current working directory | |
2024-04-25T22:22:42.999+0530 [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/platform9/pf9 because it's overridden by a special configuration setting | |
2024-04-25T22:22:42.999+0530 [TRACE] terraform.NewContext: starting | |
2024-04-25T22:22:42.999+0530 [TRACE] terraform.NewContext: complete | |
2024-04-25T22:22:42.999+0530 [TRACE] backend/local: requesting interactive input, if necessary | |
2024-04-25T22:22:42.999+0530 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/platform9/pf9" | |
2024-04-25T22:22:42.999+0530 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/platform9/pf9" to read its schema | |
2024-04-25T22:22:42.999+0530 [DEBUG] created provider logger: level=trace | |
2024-04-25T22:22:42.999+0530 [INFO] provider: configuring client automatic mTLS | |
2024-04-25T22:22:43.011+0530 [DEBUG] provider: starting plugin: path=/home/nilesh/go/bin/terraform-provider-pf9 args=["/home/nilesh/go/bin/terraform-provider-pf9"] | |
2024-04-25T22:22:43.012+0530 [DEBUG] provider: plugin started: path=/home/nilesh/go/bin/terraform-provider-pf9 pid=17376 | |
2024-04-25T22:22:43.012+0530 [DEBUG] provider: waiting for RPC address: path=/home/nilesh/go/bin/terraform-provider-pf9 | |
2024-04-25T22:22:43.025+0530 [INFO] provider.terraform-provider-pf9: configuring server automatic mTLS: timestamp="2024-04-25T22:22:43.025+0530" | |
2024-04-25T22:22:43.037+0530 [DEBUG] provider: using plugin: version=6 | |
2024-04-25T22:22:43.037+0530 [DEBUG] provider.terraform-provider-pf9: plugin address: address=/tmp/plugin55154112 network=unix timestamp="2024-04-25T22:22:43.037+0530" | |
2024-04-25T22:22:43.046+0530 [TRACE] GRPCProvider.v6: GetProviderSchema | |
2024-04-25T22:22:43.046+0530 [TRACE] provider.stdio: waiting for stdio data | |
2024-04-25T22:22:43.046+0530 [TRACE] provider.terraform-provider-pf9: Received request: @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:521 tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.046+0530" | |
2024-04-25T22:22:43.046+0530 [TRACE] provider.terraform-provider-pf9: Sending request downstream: @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 timestamp="2024-04-25T22:22:43.046+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:342 timestamp="2024-04-25T22:22:43.046+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Schema: tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:353 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d timestamp="2024-04-25T22:22:43.046+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Schema: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:355 @module=sdk.framework timestamp="2024-04-25T22:22:43.046+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Checking ResourceTypes lock: tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:420 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Checking ProviderTypeName lock: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:319 @module=sdk.framework timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:330 @module=sdk.framework timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:332 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Resources: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:431 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Resources: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:433 @module=sdk.framework timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Found resource type: tf_resource_type=pf9_cluster tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:454 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_resource_type=pf9_cluster tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:550 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Resource Schema method: @module=sdk.framework tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:552 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Checking DataSourceTypes lock: tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:163 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Checking ProviderTypeName lock: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:319 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider DataSources: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:174 @module=sdk.framework timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider DataSources: tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:176 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Found data source type: tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:197 @module=sdk.framework tf_data_source_type=pf9_node tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Found data source type: tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:197 @module=sdk.framework tf_data_source_type=pf9_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Found data source type: @module=sdk.framework tf_data_source_type=pf9_nodepools tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:197 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Found data source type: tf_data_source_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:197 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @module=sdk.framework timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Found data source type: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:197 tf_data_source_type=pf9_clusters tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Found data source type: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:197 @module=sdk.framework tf_data_source_type=pf9_kubeconfig tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Found data source type: tf_data_source_type=pf9_host tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d @module=sdk.framework @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:197 tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Found data source type: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:197 @module=sdk.framework tf_data_source_type=pf9_hosts tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined DataSource Schema: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:293 tf_data_source_type=pf9_cluster tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:295 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined DataSource Schema: tf_data_source_type=pf9_clusters tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:293 @module=sdk.framework tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined DataSource Schema: tf_rpc=GetProviderSchema @module=sdk.framework @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:295 tf_data_source_type=pf9_clusters tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined DataSource Schema: tf_rpc=GetProviderSchema tf_data_source_type=pf9_kubeconfig tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:293 @module=sdk.framework timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d @module=sdk.framework tf_data_source_type=pf9_kubeconfig tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:295 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined DataSource Schema: tf_data_source_type=pf9_host tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:293 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined DataSource Schema: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:295 @module=sdk.framework tf_data_source_type=pf9_host tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=pf9_hosts tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:293 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=pf9_hosts tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:295 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined DataSource Schema: tf_data_source_type=pf9_node tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:293 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:295 tf_data_source_type=pf9_node tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined DataSource Schema: @module=sdk.framework tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:293 tf_data_source_type=pf9_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined DataSource Schema: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:295 tf_data_source_type=pf9_nodes tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined DataSource Schema: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:293 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d @module=sdk.framework tf_data_source_type=pf9_nodepools tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=pf9_nodepools tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:295 tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.047+0530 [TRACE] provider.terraform-provider-pf9: Checking FunctionTypes lock: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_functions.go:123 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema timestamp="2024-04-25T22:22:43.047+0530" | |
2024-04-25T22:22:43.048+0530 [TRACE] provider.terraform-provider-pf9: Received downstream response: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=6.4 tf_req_duration_ms=1 tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_error_count=0 timestamp="2024-04-25T22:22:43.048+0530" | |
2024-04-25T22:22:43.048+0530 [TRACE] provider.terraform-provider-pf9: Announced server capabilities: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d tf_rpc=GetProviderSchema tf_server_capability_get_provider_schema_optional=true @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/server_capabilities.go:25 @module=sdk.proto tf_proto_version=6.4 tf_server_capability_plan_destroy=true timestamp="2024-04-25T22:22:43.048+0530" | |
2024-04-25T22:22:43.048+0530 [TRACE] provider.terraform-provider-pf9: Served request: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=GetProviderSchema @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:540 @module=sdk.proto tf_proto_version=6.4 tf_req_id=4891b190-4649-d9fc-39f1-3819aad0383d timestamp="2024-04-25T22:22:43.048+0530" | |
2024-04-25T22:22:43.048+0530 [DEBUG] No provider meta schema returned | |
2024-04-25T22:22:43.049+0530 [TRACE] GRPCProvider.v6: Close | |
2024-04-25T22:22:43.049+0530 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2024-04-25T22:22:43.050+0530 [DEBUG] provider: plugin process exited: path=/home/nilesh/go/bin/terraform-provider-pf9 pid=17376 | |
2024-04-25T22:22:43.051+0530 [DEBUG] provider: plugin exited | |
2024-04-25T22:22:43.051+0530 [TRACE] Context.Input: Prompting for provider arguments | |
2024-04-25T22:22:43.051+0530 [TRACE] Context.Input: Provider provider.pf9 declared at main.tf:14,1-15 | |
2024-04-25T22:22:43.052+0530 [TRACE] Context.Input: Input for provider.pf9: map[string]cty.Value{} | |
2024-04-25T22:22:43.052+0530 [TRACE] backend/local: running validation operation | |
2024-04-25T22:22:43.052+0530 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/platform9/pf9" | |
2024-04-25T22:22:43.052+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.052+0530 [DEBUG] Building and walking validate graph | |
2024-04-25T22:22:43.052+0530 [TRACE] building graph for walkValidate | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] ConfigTransformer: Starting for path: | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
------ | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.checkTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.checkTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.StateTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] AttachResourceConfigTransformer: attaching to "pf9_cluster.cluster" (*terraform.NodeValidatableResource) config from main.tf:20,1-33 | |
2024-04-25T22:22:43.052+0530 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to pf9_cluster.cluster | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/platform9/pf9\"]" provider configuration from main.tf:14,1-15 | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/platform9/pf9"] serving pf9_cluster.cluster | |
2024-04-25T22:22:43.052+0530 [DEBUG] ProviderTransformer: "pf9_cluster.cluster" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/platform9/pf9"] | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.052+0530 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/platform9/pf9"] | |
2024-04-25T22:22:43.052+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.052+0530 [TRACE] AttachSchemaTransformer: attaching resource schema to pf9_cluster.cluster | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2024-04-25T22:22:43.052+0530 [DEBUG] ReferenceTransformer: "var.account_url" references: [] | |
2024-04-25T22:22:43.052+0530 [DEBUG] ReferenceTransformer: "var.password" references: [] | |
2024-04-25T22:22:43.052+0530 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/platform9/pf9\"]" references: [var.account_url var.password var.username] | |
2024-04-25T22:22:43.052+0530 [DEBUG] ReferenceTransformer: "pf9_cluster.cluster" references: [var.cluster_name] | |
2024-04-25T22:22:43.052+0530 [DEBUG] ReferenceTransformer: "var.cluster_name" references: [] | |
2024-04-25T22:22:43.052+0530 [DEBUG] ReferenceTransformer: "var.username" references: [] | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.cluster_name - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.cluster_name - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.cluster_name - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.052+0530 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2024-04-25T22:22:43.052+0530 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.cluster_name - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
pf9_cluster.cluster - *terraform.NodeValidatableResource | |
root - *terraform.nodeCloseModule | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.052+0530 [DEBUG] Starting graph walk: walkValidate | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.cluster_name": starting visit (*terraform.NodeRootVariable) | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.password": starting visit (*terraform.NodeRootVariable) | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.password": belongs to | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable) | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.username": belongs to | |
2024-04-25T22:22:43.053+0530 [TRACE] NodeRootVariable: evaluating var.username | |
2024-04-25T22:22:43.053+0530 [TRACE] prepareFinalInputVariableValue: preparing var.username | |
2024-04-25T22:22:43.053+0530 [TRACE] evalVariableValidations: no validation rules declared for var.username, so skipping | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.username": visit complete | |
2024-04-25T22:22:43.053+0530 [TRACE] NodeRootVariable: evaluating var.password | |
2024-04-25T22:22:43.053+0530 [TRACE] prepareFinalInputVariableValue: preparing var.password | |
2024-04-25T22:22:43.053+0530 [TRACE] evalVariableValidations: no validation rules declared for var.password, so skipping | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.password": visit complete | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.account_url": starting visit (*terraform.NodeRootVariable) | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.account_url": belongs to | |
2024-04-25T22:22:43.053+0530 [TRACE] NodeRootVariable: evaluating var.account_url | |
2024-04-25T22:22:43.053+0530 [TRACE] prepareFinalInputVariableValue: preparing var.account_url | |
2024-04-25T22:22:43.053+0530 [TRACE] evalVariableValidations: no validation rules declared for var.account_url, so skipping | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.account_url": visit complete | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.cluster_name": belongs to | |
2024-04-25T22:22:43.053+0530 [TRACE] NodeRootVariable: evaluating var.cluster_name | |
2024-04-25T22:22:43.053+0530 [TRACE] prepareFinalInputVariableValue: preparing var.cluster_name | |
2024-04-25T22:22:43.053+0530 [TRACE] evalVariableValidations: no validation rules declared for var.cluster_name, so skipping | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "var.cluster_name": visit complete | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "provider[\"registry.terraform.io/platform9/pf9\"]": starting visit (*terraform.NodeApplyableProvider) | |
2024-04-25T22:22:43.053+0530 [TRACE] vertex "provider[\"registry.terraform.io/platform9/pf9\"]": belongs to | |
2024-04-25T22:22:43.053+0530 [DEBUG] created provider logger: level=trace | |
2024-04-25T22:22:43.053+0530 [INFO] provider: configuring client automatic mTLS | |
2024-04-25T22:22:43.058+0530 [DEBUG] provider: starting plugin: path=/home/nilesh/go/bin/terraform-provider-pf9 args=["/home/nilesh/go/bin/terraform-provider-pf9"] | |
2024-04-25T22:22:43.058+0530 [DEBUG] provider: plugin started: path=/home/nilesh/go/bin/terraform-provider-pf9 pid=17389 | |
2024-04-25T22:22:43.058+0530 [DEBUG] provider: waiting for RPC address: path=/home/nilesh/go/bin/terraform-provider-pf9 | |
2024-04-25T22:22:43.069+0530 [INFO] provider.terraform-provider-pf9: configuring server automatic mTLS: timestamp="2024-04-25T22:22:43.069+0530" | |
2024-04-25T22:22:43.082+0530 [DEBUG] provider.terraform-provider-pf9: plugin address: address=/tmp/plugin165615019 network=unix timestamp="2024-04-25T22:22:43.081+0530" | |
2024-04-25T22:22:43.082+0530 [DEBUG] provider: using plugin: version=6 | |
2024-04-25T22:22:43.090+0530 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/platform9/pf9\"]" provider for provider["registry.terraform.io/platform9/pf9"] | |
2024-04-25T22:22:43.090+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.090+0530 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/platform9/pf9"] | |
2024-04-25T22:22:43.090+0530 [TRACE] buildProviderConfig for provider["registry.terraform.io/platform9/pf9"]: using explicit config only | |
2024-04-25T22:22:43.090+0530 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/platform9/pf9 | |
2024-04-25T22:22:43.090+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.090+0530 [TRACE] provider.stdio: waiting for stdio data | |
2024-04-25T22:22:43.090+0530 [TRACE] GRPCProvider.v6: ValidateProviderConfig | |
2024-04-25T22:22:43.090+0530 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/platform9/pf9 | |
2024-04-25T22:22:43.091+0530 [TRACE] provider.terraform-provider-pf9: Received request: @module=sdk.proto tf_req_id=77868556-8eb4-6fa7-bb4a-88a36bd07161 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:575 tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateProviderConfig timestamp="2024-04-25T22:22:43.091+0530" | |
2024-04-25T22:22:43.091+0530 [TRACE] provider.terraform-provider-pf9: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.proto tf_proto_version=6.4 tf_req_id=77868556-8eb4-6fa7-bb4a-88a36bd07161 tf_rpc=ValidateProviderConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/logging/protocol_data.go:41 timestamp="2024-04-25T22:22:43.091+0530" | |
2024-04-25T22:22:43.091+0530 [TRACE] provider.terraform-provider-pf9: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=77868556-8eb4-6fa7-bb4a-88a36bd07161 tf_rpc=ValidateProviderConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 tf_proto_version=6.4 timestamp="2024-04-25T22:22:43.091+0530" | |
2024-04-25T22:22:43.091+0530 [TRACE] provider.terraform-provider-pf9: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=77868556-8eb4-6fa7-bb4a-88a36bd07161 tf_rpc=ValidateProviderConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:342 timestamp="2024-04-25T22:22:43.091+0530" | |
2024-04-25T22:22:43.091+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Schema: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:353 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=77868556-8eb4-6fa7-bb4a-88a36bd07161 tf_rpc=ValidateProviderConfig timestamp="2024-04-25T22:22:43.091+0530" | |
2024-04-25T22:22:43.091+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=77868556-8eb4-6fa7-bb4a-88a36bd07161 tf_rpc=ValidateProviderConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:355 timestamp="2024-04-25T22:22:43.091+0530" | |
2024-04-25T22:22:43.091+0530 [TRACE] provider.terraform-provider-pf9: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.4 tf_req_duration_ms=0 tf_rpc=ValidateProviderConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 @module=sdk.proto tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=77868556-8eb4-6fa7-bb4a-88a36bd07161 timestamp="2024-04-25T22:22:43.091+0530" | |
2024-04-25T22:22:43.091+0530 [TRACE] provider.terraform-provider-pf9: Served request: tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=77868556-8eb4-6fa7-bb4a-88a36bd07161 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:595 @module=sdk.proto tf_proto_version=6.4 timestamp="2024-04-25T22:22:43.091+0530" | |
2024-04-25T22:22:43.091+0530 [TRACE] vertex "provider[\"registry.terraform.io/platform9/pf9\"]": visit complete | |
2024-04-25T22:22:43.092+0530 [TRACE] vertex "pf9_cluster.cluster": starting visit (*terraform.NodeValidatableResource) | |
2024-04-25T22:22:43.092+0530 [TRACE] vertex "pf9_cluster.cluster": belongs to | |
2024-04-25T22:22:43.092+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.092+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.092+0530 [DEBUG] skipping FixUpBlockAttrs | |
2024-04-25T22:22:43.093+0530 [TRACE] GRPCProvider.v6: ValidateResourceConfig | |
2024-04-25T22:22:43.093+0530 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/platform9/pf9 | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Received request: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:707 tf_proto_version=6.4 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @module=sdk.proto tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Sending request downstream: @module=sdk.proto tf_proto_version=6.4 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:420 timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Checking ProviderTypeName lock: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:319 @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:330 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:332 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Resources: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:431 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Resources: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:433 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:454 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Checking ResourceTypes lock: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:420 tf_resource_type=pf9_cluster @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.093+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Resource Schema method: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:512 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.093+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:514 timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Resource implements ResourceWithConfigure: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:35 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Resource Configure: @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:42 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Resource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:44 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Resource implements ResourceWithValidateConfig: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:86 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Resource ValidateConfig: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:92 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Resource ValidateConfig: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:94 @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 tf_attribute_path=topology_manager_policy tf_resource_type=pf9_cluster tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @module=sdk.framework description="value must be one of: [\"none\" \"best-effort\" \"restricted\" \"single-numa-node\"]" tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: description="value must be one of: [\"none\" \"best-effort\" \"restricted\" \"single-numa-node\"]" tf_attribute_path=topology_manager_policy tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.094+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Object: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig description="Ensure that if an attribute is set, also these are set: \"[custom_registry.url]\"" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_attribute_path=custom_registry tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:577 @module=sdk.framework timestamp="2024-04-25T22:22:43.094+0530" | |
2024-04-25T22:22:43.095+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Object: @module=sdk.framework tf_attribute_path=custom_registry tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig description="Ensure that if an attribute is set, also these are set: \"[custom_registry.url]\"" @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:587 timestamp="2024-04-25T22:22:43.095+0530" | |
2024-04-25T22:22:43.095+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Object: tf_attribute_path=custom_registry tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:936 @module=sdk.framework description="Ensure that if an attribute is set, also these are set: \"[custom_registry.url]\"" tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.095+0530" | |
2024-04-25T22:22:43.095+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Object: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:946 description="Ensure that if an attribute is set, also these are set: \"[custom_registry.url]\"" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @module=sdk.framework tf_attribute_path=custom_registry timestamp="2024-04-25T22:22:43.095+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 @module=sdk.framework description="Ensure that if an attribute is set, also these are set: \"[master_vip_ipv4]\"" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_attribute_path=master_vip_iface timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: description="Ensure that if an attribute is set, also these are set: \"[master_vip_ipv4]\"" tf_attribute_path=master_vip_iface tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=mtu_size tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_attribute_path=mtu_size timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=mtu_size tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 description="value must be one of: [\"Always\" \"Never\" \"CrossSubnet\"]" tf_attribute_path=calico_ip_ip_mode tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 description="value must be one of: [\"Always\" \"Never\" \"CrossSubnet\"]" tf_attribute_path=calico_ip_ip_mode tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_rpc=ValidateResourceConfig @module=sdk.framework description="value must be one of: [\"none\" \"static\"]" tf_attribute_path=cpu_manager_policy tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 description="value must be one of: [\"none\" \"static\"]" tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=cpu_manager_policy tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: description="value must be one of: [\"containerd\"]" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 @module=sdk.framework tf_attribute_path=container_runtime tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: @module=sdk.framework description="value must be one of: [\"containerd\"]" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 tf_attribute_path=container_runtime tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @module=sdk.framework tf_attribute_path=cert_expiry_hrs timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 @module=sdk.framework description="value must be at least 1" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_attribute_path=cert_expiry_hrs tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework description="value must be at least 1" tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=batch_upgrade_percent tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=batch_upgrade_percent tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_attribute_path=batch_upgrade_percent tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=k8s_api_port timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @module=sdk.framework tf_attribute_path=k8s_api_port tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @module=sdk.framework tf_attribute_path=k8s_api_port tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: @module=sdk.framework tf_attribute_path=k8s_api_port tf_rpc=ValidateResourceConfig tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 description="value must be between 1 and 65535" tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: @module=sdk.framework description="value must be between 1 and 65535" tf_attribute_path=k8s_api_port tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_attribute_path=interface_detection_method description="value must be one of: [\"FirstFound\" \"InterfaceName\" \"InterfaceReachableIP\"]" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 @module=sdk.framework timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 description="value must be one of: [\"FirstFound\" \"InterfaceName\" \"InterfaceReachableIP\"]" tf_attribute_path=interface_detection_method tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_attribute_path=master_nodes tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_attribute_path=master_nodes timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=master_nodes tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Set: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:642 @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 description="set must contain at least 1 elements" tf_attribute_path=master_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Set: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:652 description="set must contain at least 1 elements" tf_attribute_path=master_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=k8s_config.controller_manager_flags tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_attribute_path=k8s_config.controller_manager_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_attribute_path=k8s_config.controller_manager_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @module=sdk.framework tf_attribute_path=k8s_config.scheduler_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_attribute_path=k8s_config.scheduler_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @module=sdk.framework tf_attribute_path=k8s_config.scheduler_flags tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=k8s_config.api_server_flags @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @module=sdk.framework tf_attribute_path=k8s_config.api_server_flags tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.096+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=k8s_config.api_server_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_attribute_path=network_plugin tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @module=sdk.framework description="value must be one of: [\"calico\" \"flannel\"]" timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 description="value must be one of: [\"calico\" \"flannel\"]" tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=network_plugin tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.096+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=addons tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=addons tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=addons tf_rpc=ValidateResourceConfig @module=sdk.framework @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path="addons[\"kubernetes-dashboard\"].params" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @module=sdk.framework timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_attribute_path="addons[\"kubernetes-dashboard\"].params" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path="addons[\"kubernetes-dashboard\"].params" tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_resource_type=pf9_cluster @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=worker_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_attribute_path=worker_nodes tf_resource_type=pf9_cluster @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_attribute_path=worker_nodes @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Set: tf_attribute_path=worker_nodes tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig description="set must contain at least 1 elements" tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:642 @module=sdk.framework timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Set: description="set must contain at least 1 elements" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=worker_nodes tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:652 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_attribute_path=tags tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=tags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_rpc=ValidateResourceConfig tf_attribute_path=tags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=etcd.heartbeat_interval_ms tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_attribute_path=etcd.heartbeat_interval_ms tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=etcd.heartbeat_interval_ms tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_attribute_path=etcd.election_timeout_ms tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_attribute_path=etcd.election_timeout_ms timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_attribute_path=etcd.election_timeout_ms tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Object: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:577 description="Ensure that at least one attribute from this collection is set: [etcd_backup.daily,etcd_backup.interval]" tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_attribute_path=etcd_backup timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Object: description="Ensure that at least one attribute from this collection is set: [etcd_backup.daily,etcd_backup.interval]" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:587 @module=sdk.framework tf_attribute_path=etcd_backup tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Object: description="Ensure that at least one attribute from this collection is set: [etcd_backup.daily,etcd_backup.interval]" tf_attribute_path=etcd_backup tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:936 @module=sdk.framework tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Object: tf_attribute_path=etcd_backup tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:946 @module=sdk.framework description="Ensure that at least one attribute from this collection is set: [etcd_backup.daily,etcd_backup.interval]" tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: description="value must be one of: [\"local\"]" tf_attribute_path=etcd_backup.storage_type @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework description="value must be one of: [\"local\"]" tf_attribute_path=etcd_backup.storage_type tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_rpc=ValidateResourceConfig @module=sdk.framework description="Must be a valid time in HH:MM format" tf_attribute_path=etcd_backup.daily.backup_time tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: tf_attribute_path=etcd_backup.daily.backup_time tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig description="Must be a valid time in HH:MM format" @module=sdk.framework @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig tf_attribute_path=etcd_backup.daily.max_backups_to_retain @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_attribute_path=etcd_backup.daily.max_backups_to_retain @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_attribute_path=etcd_backup.daily.max_backups_to_retain timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: description="value must be at least 1" tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 @module=sdk.framework tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @module=sdk.framework description="value must be at least 1" tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig description="Ensure that if an attribute is set, also these are set: \"[etcd_backup.daily.backup_time]\"" tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework description="Ensure that if an attribute is set, also these are set: \"[etcd_backup.daily.backup_time]\"" tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: description="Must be a valid duration string" tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=etcd_backup.interval.backup_interval tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: description="Must be a valid duration string" tf_attribute_path=etcd_backup.interval.backup_interval tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=etcd_backup.interval.max_backups_to_retain @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 @module=sdk.framework tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 description="value must be at least 1" tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: description="value must be at least 1" tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 @module=sdk.framework tf_resource_type=pf9_cluster tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: description="Ensure that if an attribute is set, also these are set: \"[etcd_backup.interval.backup_interval]\"" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 @module=sdk.framework tf_resource_type=pf9_cluster tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.097+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: @module=sdk.framework tf_attribute_path=etcd_backup.interval.max_backups_to_retain @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 description="Ensure that if an attribute is set, also these are set: \"[etcd_backup.interval.backup_interval]\"" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.097+0530" | |
2024-04-25T22:22:43.098+0530 [TRACE] provider.terraform-provider-pf9: Received downstream response: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_warning_count=0 tf_proto_version=6.4 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 tf_resource_type=pf9_cluster @module=sdk.proto diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_duration_ms=4 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:43.098+0530" | |
2024-04-25T22:22:43.098+0530 [TRACE] provider.terraform-provider-pf9: Served request: @module=sdk.proto tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:727 tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1e5e71-a933-665e-eef7-73aa1a90cde5 timestamp="2024-04-25T22:22:43.098+0530" | |
2024-04-25T22:22:43.098+0530 [TRACE] vertex "pf9_cluster.cluster": visit complete | |
2024-04-25T22:22:43.098+0530 [TRACE] vertex "provider[\"registry.terraform.io/platform9/pf9\"] (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2024-04-25T22:22:43.098+0530 [TRACE] vertex "provider[\"registry.terraform.io/platform9/pf9\"] (close)": does not belong to any module instance | |
2024-04-25T22:22:43.098+0530 [TRACE] GRPCProvider.v6: Close | |
2024-04-25T22:22:43.099+0530 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2024-04-25T22:22:43.100+0530 [DEBUG] provider: plugin process exited: path=/home/nilesh/go/bin/terraform-provider-pf9 pid=17389 | |
2024-04-25T22:22:43.101+0530 [DEBUG] provider: plugin exited | |
2024-04-25T22:22:43.101+0530 [TRACE] vertex "provider[\"registry.terraform.io/platform9/pf9\"] (close)": visit complete | |
2024-04-25T22:22:43.101+0530 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) | |
2024-04-25T22:22:43.101+0530 [TRACE] vertex "root": does not belong to any module instance | |
2024-04-25T22:22:43.101+0530 [TRACE] vertex "root": visit complete | |
2024-04-25T22:22:43.101+0530 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/platform9/pf9" | |
2024-04-25T22:22:43.101+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.101+0530 [INFO] backend/local: apply calling Plan | |
2024-04-25T22:22:43.101+0530 [DEBUG] Building and walking plan graph for NormalMode | |
2024-04-25T22:22:43.101+0530 [TRACE] building graph for walkPlan | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] ConfigTransformer: Starting for path: | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
------ | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.checkTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.checkTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.StateTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] StateTransformer: creating nodes for deposed instance objects only | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] AttachResourceConfigTransformer: attaching to "pf9_cluster.cluster (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:20,1-33 | |
2024-04-25T22:22:43.101+0530 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to pf9_cluster.cluster (expand) | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/platform9/pf9\"]" provider configuration from main.tf:14,1-15 | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/platform9/pf9"] serving pf9_cluster.cluster (expand) | |
2024-04-25T22:22:43.101+0530 [DEBUG] ProviderTransformer: "pf9_cluster.cluster (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/platform9/pf9"] | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.101+0530 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/platform9/pf9"] | |
2024-04-25T22:22:43.101+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.101+0530 [TRACE] AttachSchemaTransformer: attaching resource schema to pf9_cluster.cluster (expand) | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2024-04-25T22:22:43.101+0530 [DEBUG] ReferenceTransformer: "var.username" references: [] | |
2024-04-25T22:22:43.101+0530 [DEBUG] ReferenceTransformer: "var.account_url" references: [] | |
2024-04-25T22:22:43.101+0530 [DEBUG] ReferenceTransformer: "var.password" references: [] | |
2024-04-25T22:22:43.101+0530 [DEBUG] ReferenceTransformer: "var.cluster_name" references: [] | |
2024-04-25T22:22:43.101+0530 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/platform9/pf9\"]" references: [var.account_url var.password var.username] | |
2024-04-25T22:22:43.101+0530 [DEBUG] ReferenceTransformer: "pf9_cluster.cluster (expand)" references: [var.cluster_name] | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.cluster_name - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] AttachDependenciesTransformer: pf9_cluster.cluster depends on [] | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) | |
2024-04-25T22:22:43.101+0530 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer | |
2024-04-25T22:22:43.101+0530 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) | |
2024-04-25T22:22:43.102+0530 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2024-04-25T22:22:43.102+0530 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2024-04-25T22:22:43.102+0530 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2024-04-25T22:22:43.102+0530 [TRACE] ForcedCBDTransformer: "pf9_cluster.cluster (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2024-04-25T22:22:43.102+0530 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2024-04-25T22:22:43.102+0530 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2024-04-25T22:22:43.102+0530 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.cluster_name - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.102+0530 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2024-04-25T22:22:43.102+0530 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.cluster_name - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.102+0530 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2024-04-25T22:22:43.102+0530 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.cluster_name - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] - *terraform.NodeApplyableProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
pf9_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource | |
root - *terraform.nodeCloseModule | |
provider["registry.terraform.io/platform9/pf9"] (close) - *terraform.graphNodeCloseProvider | |
var.account_url - *terraform.NodeRootVariable | |
var.cluster_name - *terraform.NodeRootVariable | |
var.password - *terraform.NodeRootVariable | |
var.username - *terraform.NodeRootVariable | |
------ | |
2024-04-25T22:22:43.102+0530 [DEBUG] Starting graph walk: walkPlan | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable) | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.username": belongs to | |
2024-04-25T22:22:43.102+0530 [TRACE] NodeRootVariable: evaluating var.username | |
2024-04-25T22:22:43.102+0530 [TRACE] prepareFinalInputVariableValue: preparing var.username | |
2024-04-25T22:22:43.102+0530 [TRACE] evalVariableValidations: no validation rules declared for var.username, so skipping | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.username": visit complete | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.cluster_name": starting visit (*terraform.NodeRootVariable) | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.account_url": starting visit (*terraform.NodeRootVariable) | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.account_url": belongs to | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.password": starting visit (*terraform.NodeRootVariable) | |
2024-04-25T22:22:43.102+0530 [TRACE] NodeRootVariable: evaluating var.account_url | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.password": belongs to | |
2024-04-25T22:22:43.102+0530 [TRACE] prepareFinalInputVariableValue: preparing var.account_url | |
2024-04-25T22:22:43.102+0530 [TRACE] NodeRootVariable: evaluating var.password | |
2024-04-25T22:22:43.102+0530 [TRACE] evalVariableValidations: no validation rules declared for var.account_url, so skipping | |
2024-04-25T22:22:43.102+0530 [TRACE] prepareFinalInputVariableValue: preparing var.password | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.account_url": visit complete | |
2024-04-25T22:22:43.102+0530 [TRACE] evalVariableValidations: no validation rules declared for var.password, so skipping | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.cluster_name": belongs to | |
2024-04-25T22:22:43.102+0530 [TRACE] NodeRootVariable: evaluating var.cluster_name | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.password": visit complete | |
2024-04-25T22:22:43.102+0530 [TRACE] prepareFinalInputVariableValue: preparing var.cluster_name | |
2024-04-25T22:22:43.102+0530 [TRACE] evalVariableValidations: no validation rules declared for var.cluster_name, so skipping | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "var.cluster_name": visit complete | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "provider[\"registry.terraform.io/platform9/pf9\"]": starting visit (*terraform.NodeApplyableProvider) | |
2024-04-25T22:22:43.102+0530 [TRACE] vertex "provider[\"registry.terraform.io/platform9/pf9\"]": belongs to | |
2024-04-25T22:22:43.102+0530 [DEBUG] created provider logger: level=trace | |
2024-04-25T22:22:43.102+0530 [INFO] provider: configuring client automatic mTLS | |
2024-04-25T22:22:43.107+0530 [DEBUG] provider: starting plugin: path=/home/nilesh/go/bin/terraform-provider-pf9 args=["/home/nilesh/go/bin/terraform-provider-pf9"] | |
2024-04-25T22:22:43.107+0530 [DEBUG] provider: plugin started: path=/home/nilesh/go/bin/terraform-provider-pf9 pid=17402 | |
2024-04-25T22:22:43.107+0530 [DEBUG] provider: waiting for RPC address: path=/home/nilesh/go/bin/terraform-provider-pf9 | |
2024-04-25T22:22:43.118+0530 [INFO] provider.terraform-provider-pf9: configuring server automatic mTLS: timestamp="2024-04-25T22:22:43.118+0530" | |
2024-04-25T22:22:43.130+0530 [DEBUG] provider: using plugin: version=6 | |
2024-04-25T22:22:43.130+0530 [DEBUG] provider.terraform-provider-pf9: plugin address: address=/tmp/plugin3884481331 network=unix timestamp="2024-04-25T22:22:43.130+0530" | |
2024-04-25T22:22:43.138+0530 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/platform9/pf9\"]" provider for provider["registry.terraform.io/platform9/pf9"] | |
2024-04-25T22:22:43.138+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.138+0530 [TRACE] provider.stdio: waiting for stdio data | |
2024-04-25T22:22:43.138+0530 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/platform9/pf9"] | |
2024-04-25T22:22:43.138+0530 [TRACE] buildProviderConfig for provider["registry.terraform.io/platform9/pf9"]: using explicit config only | |
2024-04-25T22:22:43.138+0530 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/platform9/pf9 | |
2024-04-25T22:22:43.138+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:43.138+0530 [TRACE] GRPCProvider.v6: ValidateProviderConfig | |
2024-04-25T22:22:43.138+0530 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/platform9/pf9 | |
2024-04-25T22:22:43.139+0530 [TRACE] provider.terraform-provider-pf9: Received request: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:575 @module=sdk.proto tf_proto_version=6.4 tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1df62a-9b52-ef05-de1c-fcd75407edeb timestamp="2024-04-25T22:22:43.139+0530" | |
2024-04-25T22:22:43.139+0530 [TRACE] provider.terraform-provider-pf9: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_req_id=fb1df62a-9b52-ef05-de1c-fcd75407edeb tf_rpc=ValidateProviderConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/logging/protocol_data.go:41 @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:43.139+0530" | |
2024-04-25T22:22:43.139+0530 [TRACE] provider.terraform-provider-pf9: Sending request downstream: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateProviderConfig @module=sdk.proto tf_req_id=fb1df62a-9b52-ef05-de1c-fcd75407edeb timestamp="2024-04-25T22:22:43.139+0530" | |
2024-04-25T22:22:43.139+0530 [TRACE] provider.terraform-provider-pf9: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1df62a-9b52-ef05-de1c-fcd75407edeb tf_rpc=ValidateProviderConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:342 timestamp="2024-04-25T22:22:43.139+0530" | |
2024-04-25T22:22:43.139+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1df62a-9b52-ef05-de1c-fcd75407edeb tf_rpc=ValidateProviderConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:353 timestamp="2024-04-25T22:22:43.139+0530" | |
2024-04-25T22:22:43.139+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=fb1df62a-9b52-ef05-de1c-fcd75407edeb tf_rpc=ValidateProviderConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:355 timestamp="2024-04-25T22:22:43.139+0530" | |
2024-04-25T22:22:43.140+0530 [TRACE] provider.terraform-provider-pf9: Received downstream response: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=fb1df62a-9b52-ef05-de1c-fcd75407edeb @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 @module=sdk.proto tf_rpc=ValidateProviderConfig timestamp="2024-04-25T22:22:43.140+0530" | |
2024-04-25T22:22:43.140+0530 [TRACE] provider.terraform-provider-pf9: Served request: @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:595 tf_req_id=fb1df62a-9b52-ef05-de1c-fcd75407edeb tf_rpc=ValidateProviderConfig timestamp="2024-04-25T22:22:43.140+0530" | |
2024-04-25T22:22:43.140+0530 [TRACE] GRPCProvider.v6: ConfigureProvider | |
2024-04-25T22:22:43.140+0530 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/platform9/pf9 | |
2024-04-25T22:22:43.140+0530 [TRACE] provider.terraform-provider-pf9: Received request: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:548 tf_rpc=ConfigureProvider @module=sdk.proto tf_proto_version=6.4 timestamp="2024-04-25T22:22:43.140+0530" | |
2024-04-25T22:22:43.140+0530 [TRACE] provider.terraform-provider-pf9: Sending request downstream: tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ConfigureProvider tf_proto_version=6.4 timestamp="2024-04-25T22:22:43.140+0530" | |
2024-04-25T22:22:43.140+0530 [TRACE] provider.terraform-provider-pf9: Checking ProviderSchema lock: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:342 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 tf_rpc=ConfigureProvider timestamp="2024-04-25T22:22:43.140+0530" | |
2024-04-25T22:22:43.140+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 tf_rpc=ConfigureProvider @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_configureprovider.go:15 timestamp="2024-04-25T22:22:43.140+0530" | |
2024-04-25T22:22:43.140+0530 [DEBUG] provider.terraform-provider-pf9: Configuring client: tf_rpc=ConfigureProvider @caller=/home/nilesh/ws/terraform-provider-pf9/internal/provider/provider.go:37 @module=pf9 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 timestamp="2024-04-25T22:22:43.140+0530" | |
2024-04-25T22:22:45.200+0530 [DEBUG] provider.terraform-provider-pf9: Client authenticated AuthInfo: %v: @caller=/home/nilesh/ws/terraform-provider-pf9/internal/provider/provider.go:108 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 tf_rpc=ConfigureProvider @module=pf9 authInfo="map[ExpiresAt:2024-04-26T16:52:44Z ProjectID:c515cb5d515c455e991b46288ef16c40 Token:gAAAAABmKopcp3Z6uWp9ahGQrCd_IuUwUpi3K3XFQUTdqzwrSWNjdI262vBQmcWqCeU-wPXOGL7wOpU1H-EAphDofqzxHSnWjBvMpZa2IXA-ctXrr4x97Y2Tdq9s5rIahJehmBZXZzMDBwMVYL0DITNspnmk64vCTW6SesDCi3uGFvAfk0_Qtig UserID:568aeff26f974800add3f5cb780c289f]" timestamp="2024-04-25T22:22:45.200+0530" | |
2024-04-25T22:22:45.200+0530 [INFO] provider.terraform-provider-pf9: Client configured: @module=pf9 accountURL=https://test-du-bare-os-u20-3150879.platform9.horse auth.projectID=c515cb5d515c455e991b46288ef16c40 region=RegionOne tf_rpc=ConfigureProvider [email protected] tenant=service auth.userID=568aeff26f974800add3f5cb780c289f tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 @caller=/home/nilesh/ws/terraform-provider-pf9/internal/provider/provider.go:111 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.200+0530" | |
2024-04-25T22:22:45.200+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 tf_rpc=ConfigureProvider @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_configureprovider.go:23 timestamp="2024-04-25T22:22:45.200+0530" | |
2024-04-25T22:22:45.200+0530 [TRACE] provider.terraform-provider-pf9: Received downstream response: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.proto tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 tf_rpc=ConfigureProvider @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=2059 timestamp="2024-04-25T22:22:45.200+0530" | |
2024-04-25T22:22:45.200+0530 [TRACE] provider.terraform-provider-pf9: Served request: @module=sdk.proto tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=2034df82-1928-725f-49e9-e6b67f226da5 tf_proto_version=6.4 tf_rpc=ConfigureProvider @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:568 timestamp="2024-04-25T22:22:45.200+0530" | |
2024-04-25T22:22:45.200+0530 [TRACE] vertex "provider[\"registry.terraform.io/platform9/pf9\"]": visit complete | |
2024-04-25T22:22:45.200+0530 [TRACE] vertex "pf9_cluster.cluster (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2024-04-25T22:22:45.200+0530 [TRACE] vertex "pf9_cluster.cluster (expand)": does not belong to any module instance | |
2024-04-25T22:22:45.200+0530 [TRACE] vertex "pf9_cluster.cluster (expand)": expanding dynamic subgraph | |
2024-04-25T22:22:45.200+0530 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2024-04-25T22:22:45.200+0530 [TRACE] ResourceCountTransformer: adding pf9_cluster.cluster as *terraform.NodePlannableResourceInstance | |
2024-04-25T22:22:45.200+0530 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodePlannableResourceInstance | |
------ | |
2024-04-25T22:22:45.200+0530 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2024-04-25T22:22:45.200+0530 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2024-04-25T22:22:45.200+0530 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2024-04-25T22:22:45.201+0530 [DEBUG] Resource instance state not found for node "pf9_cluster.cluster", instance pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2024-04-25T22:22:45.201+0530 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2024-04-25T22:22:45.201+0530 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2024-04-25T22:22:45.201+0530 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2024-04-25T22:22:45.201+0530 [DEBUG] ReferenceTransformer: "pf9_cluster.cluster" references: [] | |
2024-04-25T22:22:45.201+0530 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2024-04-25T22:22:45.201+0530 [TRACE] Executing graph transform *terraform.RootTransformer | |
2024-04-25T22:22:45.201+0530 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
pf9_cluster.cluster - *terraform.NodePlannableResourceInstance | |
root - terraform.graphNodeRoot | |
pf9_cluster.cluster - *terraform.NodePlannableResourceInstance | |
------ | |
2024-04-25T22:22:45.201+0530 [TRACE] vertex "pf9_cluster.cluster (expand)": entering dynamic subgraph | |
2024-04-25T22:22:45.201+0530 [TRACE] vertex "pf9_cluster.cluster": starting visit (*terraform.NodePlannableResourceInstance) | |
2024-04-25T22:22:45.201+0530 [TRACE] vertex "pf9_cluster.cluster": belongs to | |
2024-04-25T22:22:45.201+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:45.201+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:45.201+0530 [TRACE] readResourceInstanceState: reading state for pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] readResourceInstanceState: no state present for pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:45.201+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:45.201+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] NodeAbstractResourceInstance.refresh for pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:45.201+0530 [DEBUG] refresh: pf9_cluster.cluster: no state, so not refreshing | |
2024-04-25T22:22:45.201+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:45.201+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for pf9_cluster.cluster | |
2024-04-25T22:22:45.201+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:45.201+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:45.201+0530 [DEBUG] skipping FixUpBlockAttrs | |
2024-04-25T22:22:45.201+0530 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/platform9/pf9" is in the global cache | |
2024-04-25T22:22:45.201+0530 [TRACE] Re-validating config for "pf9_cluster.cluster" | |
2024-04-25T22:22:45.201+0530 [TRACE] GRPCProvider.v6: ValidateResourceConfig | |
2024-04-25T22:22:45.201+0530 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/platform9/pf9 | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Received request: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:707 @module=sdk.proto tf_proto_version=6.4 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Sending request downstream: @module=sdk.proto tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_proto_version=6.4 timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Checking ResourceTypes lock: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:420 @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Checking ProviderTypeName lock: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:319 @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Metadata: tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:330 timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Metadata: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:332 @module=sdk.framework timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:431 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:433 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Found resource type: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:454 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:420 timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:512 @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.202+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Resource Schema method: @module=sdk.framework @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:514 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.203+0530 [TRACE] provider.terraform-provider-pf9: Resource implements ResourceWithConfigure: @module=sdk.framework tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:35 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.203+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Resource Configure: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:42 timestamp="2024-04-25T22:22:45.202+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Resource Configure: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:44 timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Resource implements ResourceWithValidateConfig: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:86 @module=sdk.framework tf_rpc=ValidateResourceConfig tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Resource ValidateConfig: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:92 @module=sdk.framework timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Resource ValidateConfig: @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_validateresourceconfig.go:94 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 @module=sdk.framework tf_attribute_path=master_vip_iface description="Ensure that if an attribute is set, also these are set: \"[master_vip_ipv4]\"" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: tf_rpc=ValidateResourceConfig @module=sdk.framework tf_resource_type=pf9_cluster description="Ensure that if an attribute is set, also these are set: \"[master_vip_ipv4]\"" tf_attribute_path=master_vip_iface tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_attribute_path=mtu_size tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=mtu_size timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=mtu_size tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.205+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_attribute_path=calico_ip_ip_mode tf_resource_type=pf9_cluster description="value must be one of: [\"Always\" \"Never\" \"CrossSubnet\"]" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 @module=sdk.framework timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: description="value must be one of: [\"Always\" \"Never\" \"CrossSubnet\"]" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=calico_ip_ip_mode tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster description="value must be one of: [\"containerd\"]" tf_attribute_path=container_runtime tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 tf_attribute_path=container_runtime tf_resource_type=pf9_cluster @module=sdk.framework description="value must be one of: [\"containerd\"]" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.205+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=master_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_attribute_path=master_nodes @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig tf_attribute_path=master_nodes tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Set: @module=sdk.framework description="set must contain at least 1 elements" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:642 tf_attribute_path=master_nodes tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Set: tf_attribute_path=master_nodes tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:652 @module=sdk.framework description="set must contain at least 1 elements" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=k8s_api_port timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=k8s_api_port tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=k8s_api_port tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: description="value must be between 1 and 65535" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 tf_attribute_path=k8s_api_port tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 tf_attribute_path=k8s_api_port tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework description="value must be between 1 and 65535" timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=k8s_config.controller_manager_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_attribute_path=k8s_config.controller_manager_flags tf_resource_type=pf9_cluster @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=k8s_config.controller_manager_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=k8s_config.scheduler_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @module=sdk.framework tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_attribute_path=k8s_config.scheduler_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=k8s_config.scheduler_flags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=k8s_config.api_server_flags tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=k8s_config.api_server_flags tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_attribute_path=k8s_config.api_server_flags @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=etcd.heartbeat_interval_ms tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_attribute_path=etcd.heartbeat_interval_ms tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_attribute_path=etcd.heartbeat_interval_ms tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=etcd.election_timeout_ms tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_attribute_path=etcd.election_timeout_ms tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=etcd.election_timeout_ms tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.206+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Object: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:577 description="Ensure that if an attribute is set, also these are set: \"[custom_registry.url]\"" tf_attribute_path=custom_registry tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:45.206+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Object: @module=sdk.framework tf_attribute_path=custom_registry @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:587 description="Ensure that if an attribute is set, also these are set: \"[custom_registry.url]\"" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Object: tf_attribute_path=custom_registry tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:936 @module=sdk.framework description="Ensure that if an attribute is set, also these are set: \"[custom_registry.url]\"" tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Object: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @module=sdk.framework description="Ensure that if an attribute is set, also these are set: \"[custom_registry.url]\"" tf_attribute_path=custom_registry tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:946 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @module=sdk.framework tf_attribute_path=worker_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig tf_attribute_path=worker_nodes tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_attribute_path=worker_nodes tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Set: @module=sdk.framework description="set must contain at least 1 elements" tf_attribute_path=worker_nodes tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:642 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Set: tf_attribute_path=worker_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:652 @module=sdk.framework description="set must contain at least 1 elements" tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig description="value must be one of: [\"calico\" \"flannel\"]" @module=sdk.framework tf_attribute_path=network_plugin tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: tf_attribute_path=network_plugin tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 @module=sdk.framework description="value must be one of: [\"calico\" \"flannel\"]" tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 description="value must be one of: [\"none\" \"static\"]" tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @module=sdk.framework tf_attribute_path=cpu_manager_policy tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 description="value must be one of: [\"none\" \"static\"]" tf_attribute_path=cpu_manager_policy @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: description="value must be one of: [\"none\" \"best-effort\" \"restricted\" \"single-numa-node\"]" tf_attribute_path=topology_manager_policy tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 @module=sdk.framework description="value must be one of: [\"none\" \"best-effort\" \"restricted\" \"single-numa-node\"]" tf_attribute_path=topology_manager_policy tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.207+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_attribute_path=cert_expiry_hrs tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: @module=sdk.framework description="value must be at least 1" tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_attribute_path=cert_expiry_hrs timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 @module=sdk.framework tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 description="value must be at least 1" tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.207+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_attribute_path=interface_detection_method tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig description="value must be one of: [\"FirstFound\" \"InterfaceName\" \"InterfaceReachableIP\"]" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 @module=sdk.framework timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_attribute_path=interface_detection_method tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 description="value must be one of: [\"FirstFound\" \"InterfaceName\" \"InterfaceReachableIP\"]" timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=batch_upgrade_percent tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_attribute_path=batch_upgrade_percent tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=batch_upgrade_percent tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=addons tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_attribute_path=addons tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @module=sdk.framework timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_attribute_path=addons tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_attribute_path="addons[\"kubernetes-dashboard\"].params" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path="addons[\"kubernetes-dashboard\"].params" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_attribute_path="addons[\"kubernetes-dashboard\"].params" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_attribute_path=tags tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig tf_attribute_path=tags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_attribute_path=tags tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Object: tf_rpc=ValidateResourceConfig @module=sdk.framework description="Ensure that at least one attribute from this collection is set: [etcd_backup.daily,etcd_backup.interval]" tf_attribute_path=etcd_backup tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:577 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Object: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:587 description="Ensure that at least one attribute from this collection is set: [etcd_backup.daily,etcd_backup.interval]" tf_attribute_path=etcd_backup timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Object: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:936 @module=sdk.framework description="Ensure that at least one attribute from this collection is set: [etcd_backup.daily,etcd_backup.interval]" tf_attribute_path=etcd_backup tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Object: tf_attribute_path=etcd_backup description="Ensure that at least one attribute from this collection is set: [etcd_backup.daily,etcd_backup.interval]" @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:946 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @module=sdk.framework description="Must be a valid time in HH:MM format" tf_attribute_path=etcd_backup.daily.backup_time timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 @module=sdk.framework description="Must be a valid time in HH:MM format" tf_attribute_path=etcd_backup.daily.backup_time tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 description="value must be at least 1" tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 description="value must be at least 1" @module=sdk.framework tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: description="Ensure that if an attribute is set, also these are set: \"[etcd_backup.daily.backup_time]\"" tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 description="Ensure that if an attribute is set, also these are set: \"[etcd_backup.daily.backup_time]\"" tf_attribute_path=etcd_backup.daily.max_backups_to_retain tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=etcd_backup.interval.backup_interval tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster description="Must be a valid duration string" timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 description="Must be a valid duration string" tf_attribute_path=etcd_backup.interval.backup_interval @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_rpc=ValidateResourceConfig tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.framework @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 @module=sdk.framework description="value must be at least 1" tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 description="value must be at least 1" tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.Int64: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:317 @module=sdk.framework tf_rpc=ValidateResourceConfig description="Ensure that if an attribute is set, also these are set: \"[etcd_backup.interval.backup_interval]\"" tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.Int64: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:327 description="Ensure that if an attribute is set, also these are set: \"[etcd_backup.interval.backup_interval]\"" tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=etcd_backup.interval.max_backups_to_retain tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined validator.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:707 description="value must be one of: [\"local\"]" tf_attribute_path=etcd_backup.storage_type tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=etcd_backup.storage_type tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 tf_rpc=ValidateResourceConfig @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_validation.go:717 description="value must be one of: [\"local\"]" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.208+0530 [TRACE] provider.terraform-provider-pf9: Received downstream response: @module=sdk.proto tf_proto_version=6.4 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_duration_ms=6 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_error_count=0 tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.209+0530 [TRACE] provider.terraform-provider-pf9: Served request: tf_resource_type=pf9_cluster tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=38e35c26-7199-74ba-4653-e6ad14bf2ee7 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:727 timestamp="2024-04-25T22:22:45.208+0530" | |
2024-04-25T22:22:45.209+0530 [TRACE] GRPCProvider.v6: PlanResourceChange | |
2024-04-25T22:22:45.209+0530 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/platform9/pf9 | |
2024-04-25T22:22:45.209+0530 [TRACE] provider.terraform-provider-pf9: Received request: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:797 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.209+0530" | |
2024-04-25T22:22:45.209+0530 [TRACE] provider.terraform-provider-pf9: Sending request downstream: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.proto timestamp="2024-04-25T22:22:45.209+0530" | |
2024-04-25T22:22:45.209+0530 [TRACE] provider.terraform-provider-pf9: Checking ResourceTypes lock: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server.go:420 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework timestamp="2024-04-25T22:22:45.209+0530" | |
2024-04-25T22:22:45.210+0530 [TRACE] provider.terraform-provider-pf9: Resource implements ResourceWithConfigure: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:53 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.210+0530" | |
2024-04-25T22:22:45.210+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Resource Configure: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:60 @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.210+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Resource Configure: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:62 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: setting attribute container_runtime to default value: "containerd": @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: setting attribute network_plugin to default value: "calico": tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: setting attribute enable_catapult_monitoring to default value: true: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:96 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.212+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.212+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute topology_manager_policy to default value: "none": tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute mtu_size to default value: 1440: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:142 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute cpu_manager_policy to default value: "none": tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute calico_nat_outgoing to default value: true: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:96 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute calico_v4_block_size to default value: "26": tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute calico_ip_ip_mode to default value: "Always": @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute privileged to default value: true: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:96 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute services_cidr to default value: "10.21.0.0/16": @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute containers_cidr to default value: "10.20.0.0/16": @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 @module=sdk.framework tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute calico_ipv4_detection_method to default value: "first-found": @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: attribute is a non-schema attribute, not setting default: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:62 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.213+0530 [TRACE] provider.terraform-provider-pf9: setting attribute interface_detection_method to default value: "FirstFound": tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:298 @module=sdk.framework timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: setting attribute use_hostname to default value: false: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:96 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.213+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: setting attribute allow_workloads_on_master to default value: false: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_default.go:96 @module=sdk.framework timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:195 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_attribute_path="AttributeName(\"felix_ipv6_support\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"node_pool_uuid\")" @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_attribute_path="AttributeName(\"calico_router_id\")" timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_attribute_path="AttributeName(\"calico_ipv6\")" tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework tf_attribute_path="AttributeName(\"batch_upgrade_percent\")" tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: Attribute/block not null in configuration, not marking unknown: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:330 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_attribute_path="AttributeName(\"master_nodes\").ElementKeyValue(tftypes.String<\"359cce4a-1839-4b82-8533-8f2761079cd8\">)" tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: Attribute/block not null in configuration, not marking unknown: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:330 tf_attribute_path="AttributeName(\"master_nodes\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 tf_attribute_path="AttributeName(\"k8s_private_registry\")" tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"k8s_api_port\")" tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"calico_ipv6_detection_method\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_attribute_path="AttributeName(\"master_vip_ipv4\")" tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_attribute_path="AttributeName(\"calico_ipv6_pool_nat_outgoing\")" tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_attribute_path="AttributeName(\"masterless\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 tf_attribute_path="AttributeName(\"etcd\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"flannel_public_iface_label\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_attribute_path="AttributeName(\"tags\")" tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: Attribute/block not null in configuration, not marking unknown: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:330 tf_attribute_path="AttributeName(\"name\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_attribute_path="AttributeName(\"master_vip_vrouter_id\")" tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_attribute_path="AttributeName(\"interface_reachable_ip\")" tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: @module=sdk.framework tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 tf_attribute_path="AttributeName(\"gcr_private_registry\")" tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 tf_attribute_path="AttributeName(\"created_at\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is a non-schema attribute, not marking unknown: @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:339 tf_attribute_path="AttributeName(\"addons\").ElementKeyString(\"kubernetes-dashboard\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: Attribute/block not null in configuration, not marking unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_attribute_path="AttributeName(\"addons\")" tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:330 @module=sdk.framework timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_attribute_path="AttributeName(\"docker_root\")" tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 tf_attribute_path="AttributeName(\"calico_ipv6_pool_block_size\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework tf_attribute_path="AttributeName(\"master_vip_iface\")" timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"interface_name\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: Attribute/block not null in configuration, not marking unknown: tf_attribute_path="AttributeName(\"worker_nodes\").ElementKeyValue(tftypes.String<\"dfad3588-aba1-4e46-b2db-673c69faf63d\">)" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:330 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: Attribute/block not null in configuration, not marking unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:330 @module=sdk.framework tf_attribute_path="AttributeName(\"worker_nodes\")" tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 @module=sdk.framework tf_attribute_path="AttributeName(\"custom_registry\")" timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 tf_resource_type=pf9_cluster tf_attribute_path="AttributeName(\"docker_centos_package_repo_url\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 @module=sdk.framework tf_attribute_path="AttributeName(\"k8s_config\")" tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework tf_attribute_path="AttributeName(\"cert_expiry_hrs\")" tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_attribute_path="AttributeName(\"quay_private_registry\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 tf_attribute_path="AttributeName(\"reserved_cpus\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 tf_attribute_path="AttributeName(\"calico_ipv6_pool_cidr\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_attribute_path="AttributeName(\"upgrade_kube_role_version\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 @module=sdk.framework tf_attribute_path="AttributeName(\"docker_private_registry\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_attribute_path="AttributeName(\"calico_ipv4\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.214+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 tf_attribute_path="AttributeName(\"ipv6\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 @module=sdk.framework tf_attribute_path="AttributeName(\"flannel_iface_label\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.214+0530" | |
2024-04-25T22:22:45.215+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"calico_limits\")" tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_attribute_path="AttributeName(\"docker_ubuntu_package_repo_url\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"master_ip\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"status\")" tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_attribute_path="AttributeName(\"project_id\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"etcd_backup\")" timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_resource_type=pf9_cluster tf_attribute_path="AttributeName(\"kube_role_version\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: attribute is not computed in schema, not marking unknown: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:355 @module=sdk.framework tf_attribute_path="AttributeName(\"external_dns_name\")" tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_attribute_path="AttributeName(\"node_pool_name\")" tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [DEBUG] provider.terraform-provider-pf9: marking computed attribute that is null in the config as unknown: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:399 tf_resource_type=pf9_cluster @module=sdk.framework tf_attribute_path="AttributeName(\"cloud_provider\")" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: At least one Computed null Config value was changed to unknown: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:209 @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Map: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1433 @module=sdk.framework tf_attribute_path=addons tf_provider_addr=registry.terraform.io/platform9/pf9 description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Map: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=addons tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1443 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Map: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1433 tf_attribute_path="addons[\"kubernetes-dashboard\"].params" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Map: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1443 description="Once set, the value of this attribute in state will not change." tf_attribute_path="addons[\"kubernetes-dashboard\"].params" timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_attribute_path="addons[\"kubernetes-dashboard\"].version" tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 description="Once set, the value of this attribute in state will not change." tf_attribute_path="addons[\"kubernetes-dashboard\"].version" timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_attribute_path=addons tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:74 tf_attribute_path=addons tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=addons tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:76 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=docker_ubuntu_package_repo_url tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange tf_attribute_path=docker_ubuntu_package_repo_url tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.215+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework timestamp="2024-04-25T22:22:45.215+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_resource_type=pf9_cluster tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_attribute_path=batch_upgrade_percent tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:73 timestamp="2024-04-25T22:22:45.216+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:74 tf_attribute_path=batch_upgrade_percent tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.216+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:76 @module=sdk.framework tf_attribute_path=batch_upgrade_percent tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.216+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="Once set, the value of this attribute in state will not change." @module=sdk.framework tf_attribute_path=calico_ipv6_detection_method tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.216+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=calico_ipv6_detection_method tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.216+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=calico_ipv6_detection_method tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-04-25T22:22:45.216+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=calico_ipv6_detection_method tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.216+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_attribute_path=k8s_private_registry timestamp="2024-04-25T22:22:45.216+0530" | |
2024-04-25T22:22:45.216+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework tf_attribute_path=k8s_private_registry tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 timestamp="2024-04-25T22:22:45.216+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: description="Once set, the value of this attribute in state will not change." tf_attribute_path=docker_root tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=docker_root tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_attribute_path=docker_root tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=docker_root tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="Once set, the value of this attribute in state will not change." tf_attribute_path=network_plugin tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: description="Once set, the value of this attribute in state will not change." tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_attribute_path=network_plugin tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=network_plugin @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=network_plugin tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_attribute_path=id @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=id tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=reserved_cpus tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=reserved_cpus tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 @module=sdk.framework tf_attribute_path=use_hostname tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 description="Once set, the value of this attribute in state will not change." tf_attribute_path=use_hostname tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 @module=sdk.framework tf_attribute_path=use_hostname tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=use_hostname tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_attribute_path=docker_private_registry tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_attribute_path=docker_private_registry tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_attribute_path=calico_ipv4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=calico_ipv4 description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=calico_ipv4 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_attribute_path=calico_ipv4 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." tf_attribute_path=ipv6 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 @module=sdk.framework timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." @module=sdk.framework tf_attribute_path=ipv6 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_attribute_path=ipv6 timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.217+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=ipv6 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=enable_catapult_monitoring tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." tf_attribute_path=enable_catapult_monitoring timestamp="2024-04-25T22:22:45.217+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=quay_private_registry tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_attribute_path=quay_private_registry description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Int64: description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1113 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=k8s_api_port tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Int64: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=k8s_api_port tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1123 description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Int64: tf_resource_type=pf9_cluster description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1113 @module=sdk.framework tf_attribute_path=k8s_api_port tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Int64: tf_attribute_path=k8s_api_port tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1123 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=k8s_api_port @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:74 tf_attribute_path=k8s_api_port tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_resource_type=pf9_cluster tf_attribute_path=k8s_api_port tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:76 timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=allow_workloads_on_master tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange tf_attribute_path=allow_workloads_on_master timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=allow_workloads_on_master tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: @module=sdk.framework tf_attribute_path=allow_workloads_on_master tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: tf_attribute_path=calico_ipv6_pool_nat_outgoing tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=calico_ipv6_pool_nat_outgoing tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=calico_ipv6_pool_nat_outgoing tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 tf_attribute_path=calico_ipv6_pool_nat_outgoing tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=gcr_private_registry tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_attribute_path=gcr_private_registry tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=project_id tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=project_id timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=containers_cidr tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=containers_cidr tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=containers_cidr tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_attribute_path=containers_cidr tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=flannel_iface_label tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.218+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=flannel_iface_label tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.218+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Int64: description="Once set, the value of this attribute in state will not change." tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1113 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Int64: description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework tf_attribute_path=cert_expiry_hrs tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1123 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:74 @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:76 @module=sdk.framework tf_attribute_path=cert_expiry_hrs tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_attribute_path=external_dns_name tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_attribute_path=external_dns_name tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_attribute_path=external_dns_name tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_attribute_path=external_dns_name timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Int64: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1113 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_attribute_path=mtu_size tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Int64: tf_attribute_path=mtu_size tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1123 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Int64: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=mtu_size tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1113 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Int64: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=mtu_size @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:1123 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=mtu_size timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:74 @module=sdk.framework tf_attribute_path=mtu_size tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:76 @module=sdk.framework tf_attribute_path=mtu_size tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/platform9/pf9 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_attribute_path=master_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:74 tf_attribute_path=master_nodes tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_attribute_path=master_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:76 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @module=sdk.framework timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=container_runtime tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=container_runtime @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="Once set, the value of this attribute in state will not change." tf_attribute_path=upgrade_kube_role_version tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=upgrade_kube_role_version tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=master_vip_iface tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=master_vip_iface tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=master_vip_iface timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.219+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=master_vip_iface tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.219+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=interface_name tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=interface_name tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=interface_name tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange tf_attribute_path=interface_name tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=created_at tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: description="Once set, the value of this attribute in state will not change." tf_attribute_path=created_at tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=docker_centos_package_repo_url tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=docker_centos_package_repo_url tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=felix_ipv6_support tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: tf_attribute_path=felix_ipv6_support tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: tf_attribute_path=felix_ipv6_support tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=felix_ipv6_support tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=master_vip_ipv4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=master_vip_ipv4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=master_vip_ipv4 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=master_vip_ipv4 timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=name tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=name tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=interface_reachable_ip tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_resource_type=pf9_cluster tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_attribute_path=interface_reachable_ip tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=interface_reachable_ip tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 description="Once set, the value of this attribute in state will not change." tf_attribute_path=interface_reachable_ip tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=services_cidr tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.220+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=services_cidr tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_attribute_path=services_cidr tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=services_cidr tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2024-04-25T22:22:45.220+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_resource_type=pf9_cluster @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_attribute_path=worker_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=pf9_cluster tf_attribute_path=worker_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:74 timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:76 tf_attribute_path=worker_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_resource_type=pf9_cluster @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_attribute_path=tags tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_attribute_path=tags tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:74 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_set_at_path.go:76 tf_attribute_path=tags timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 @module=sdk.framework tf_attribute_path=masterless tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: tf_attribute_path=masterless tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=kube_role_version tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_attribute_path=kube_role_version timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: tf_attribute_path=calico_nat_outgoing tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 @module=sdk.framework timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_attribute_path=calico_nat_outgoing tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=master_ip tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_attribute_path=master_ip tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster description="Once set, the value of this attribute in state will not change." tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_attribute_path=privileged timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 description="Once set, the value of this attribute in state will not change." tf_attribute_path=privileged @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 @module=sdk.framework timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.Bool: @module=sdk.framework tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:793 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=privileged tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.Bool: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:803 tf_attribute_path=privileged tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=calico_ipv6_pool_block_size tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: description="Once set, the value of this attribute in state will not change." tf_attribute_path=calico_ipv6_pool_block_size tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=calico_ipv6_pool_block_size description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=calico_ipv6_pool_block_size timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.221+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_attribute_path=node_pool_uuid tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_provider_addr=registry.terraform.io/platform9/pf9 description="Once set, the value of this attribute in state will not change." timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=node_pool_uuid tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=node_pool_uuid tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=node_pool_uuid tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.221+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=interface_detection_method tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=interface_detection_method tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=interface_detection_method tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_attribute_path=interface_detection_method tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=calico_ipv6 tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_provider_addr=registry.terraform.io/platform9/pf9 description="Once set, the value of this attribute in state will not change." tf_attribute_path=calico_ipv6 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_attribute_path=calico_ipv6 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_attribute_path=calico_ipv6 timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=cpu_manager_policy tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=cpu_manager_policy tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=cpu_manager_policy tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=cpu_manager_policy @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=topology_manager_policy tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=topology_manager_policy tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 description="Once set, the value of this attribute in state will not change." tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=topology_manager_policy tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_attribute_path=topology_manager_policy tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_attribute_path=flannel_public_iface_label timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_attribute_path=flannel_public_iface_label tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=calico_ip_ip_mode tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.222+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: tf_attribute_path=calico_ip_ip_mode tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.223+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 description="Once set, the value of this attribute in state will not change." tf_attribute_path=calico_ipv4_detection_method tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.223+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=calico_ipv4_detection_method tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 timestamp="2024-04-25T22:22:45.222+0530" | |
2024-04-25T22:22:45.223+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined planmodifier.String: @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=calico_v4_block_size tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-04-25T22:22:45.223+0530" | |
2024-04-25T22:22:45.223+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=calico_v4_block_size tf_provider_addr=registry.terraform.io/platform9/pf9 @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/attribute_plan_modification.go:2083 description="Once set, the value of this attribute in state will not change." tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.223+0530" | |
2024-04-25T22:22:45.223+0530 [TRACE] provider.terraform-provider-pf9: Resource implements ResourceWithModifyPlan: tf_resource_type=pf9_cluster tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:259 @module=sdk.framework timestamp="2024-04-25T22:22:45.223+0530" | |
2024-04-25T22:22:45.223+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Resource ModifyPlan: @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:279 tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.223+0530" | |
2024-04-25T22:22:45.668+0530 [DEBUG] provider.terraform-provider-pf9: kube_role_version is not provided in the plan; defaulting to the latest: @caller=/home/nilesh/ws/terraform-provider-pf9/internal/provider/cluster_resource.go:147 tf_provider_addr=registry.terraform.io/platform9/pf9 @module=pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange timestamp="2024-04-25T22:22:45.666+0530" | |
2024-04-25T22:22:45.668+0530 [TRACE] provider.terraform-provider-pf9: Type implements TypeWithValidate: tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:80 tf_attribute_path=worker_nodes timestamp="2024-04-25T22:22:45.667+0530" | |
2024-04-25T22:22:45.668+0530 [TRACE] provider.terraform-provider-pf9: Calling provider defined Type Validate: tf_attribute_path=worker_nodes tf_provider_addr=registry.terraform.io/platform9/pf9 tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_rpc=PlanResourceChange tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.667+0530" | |
2024-04-25T22:22:45.668+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_attribute_path=worker_nodes tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwschemadata/data_value.go:83 @module=sdk.framework timestamp="2024-04-25T22:22:45.667+0530" | |
2024-04-25T22:22:45.669+0530 [TRACE] provider.terraform-provider-pf9: Called provider defined Resource ModifyPlan: @module=sdk.framework tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:281 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/platform9/pf9 timestamp="2024-04-25T22:22:45.668+0530" | |
2024-04-25T22:22:45.670+0530 [TRACE] provider.terraform-provider-pf9: Received downstream response: tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a tf_resource_type=pf9_cluster diagnostic_warning_count=0 tf_proto_version=6.4 @module=sdk.proto diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_duration_ms=460 tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 timestamp="2024-04-25T22:22:45.670+0530" | |
2024-04-25T22:22:45.670+0530 [TRACE] provider.terraform-provider-pf9: Served request: @module=sdk.proto tf_resource_type=pf9_cluster tf_rpc=PlanResourceChange @caller=/home/nilesh/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:823 tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/platform9/pf9 tf_req_id=033ada30-e132-4bd8-6913-4a9168f2235a timestamp="2024-04-25T22:22:45.670+0530" | |
2024-04-25T22:22:45.672+0530 [TRACE] vertex "pf9_cluster.cluster": visit complete | |
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
Terraform crashed! This is always indicative of a bug within Terraform. | |
Please report the crash with Terraform[1] so that we can fix this. | |
When reporting bugs, please include your terraform version, the stack trace | |
shown below, and any additional information which may help replicate the issue. | |
[1]: https://github.com/hashicorp/terraform/issues | |
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
panic: interface conversion: interface {} is nil, not map[string]interface {} | |
goroutine 169 [running]: | |
runtime/debug.Stack() | |
/opt/hostedtoolcache/go/1.22.1/x64/src/runtime/debug/stack.go:24 +0x5e | |
github.com/hashicorp/terraform/internal/logging.PanicHandler() | |
/home/runner/work/terraform/terraform/internal/logging/panic.go:84 +0x18b | |
panic({0x2fb8080?, 0xc000e7a2d0?}) | |
/opt/hostedtoolcache/go/1.22.1/x64/src/runtime/panic.go:770 +0x132 | |
github.com/zclconf/go-cty/cty.Value.GetAttr({{{0x3d75810?, 0xc000916ec0?}}, {0x0?, 0x0?}}, {0xc000af7000, 0x7}) | |
/home/runner/go/pkg/mod/github.com/zclconf/[email protected]/cty/value_ops.go:819 +0x2d7 | |
github.com/hashicorp/terraform/internal/plans/objchange.assertPlannedAttrValid({0xc000af7000, 0x7}, 0xc000898ac0, {{{0x3d75848?, 0xc000be1c10?}}, {0x0?, 0x0?}}, {{{0x3d75810, 0xc000916ec0}}, {0x0, ...}}, ...) | |
/home/runner/work/terraform/terraform/internal/plans/objchange/plan_valid.go:260 +0xfb | |
github.com/hashicorp/terraform/internal/plans/objchange.assertPlannedAttrsValid(0xc000e7a1b0?, {{{0x3d75848?, 0xc000be1c10?}}, {0x0?, 0x0?}}, {{{0x3d75810?, 0xc000916ec0?}}, {0x0?, 0x0?}}, {{{0x3d75810, ...}}, ...}, ...) | |
/home/runner/work/terraform/terraform/internal/plans/objchange/plan_valid.go:252 +0x23c | |
github.com/hashicorp/terraform/internal/plans/objchange.assertPlannedObjectValid(0xc00034d750, {{{0x0?, 0x0?}}, {0x0?, 0x0?}}, {{{0x3d75848?, 0xc000658fa0?}}, {0x2f38d40?, 0xc00098e840?}}, {{{0x3d75848, ...}}, ...}, ...) | |
/home/runner/work/terraform/terraform/internal/plans/objchange/plan_valid.go:439 +0x142c | |
github.com/hashicorp/terraform/internal/plans/objchange.assertPlannedValueValid(0xc000898a00, {{{0x0, 0x0}}, {0x0, 0x0}}, {{{0x3d75848, 0xc000658fa0}}, {0x2f38d40, 0xc00098e840}}, {{{0x3d75848, ...}}, ...}, ...) | |
/home/runner/work/terraform/terraform/internal/plans/objchange/plan_valid.go:311 +0x915 | |
github.com/hashicorp/terraform/internal/plans/objchange.assertPlannedAttrValid({0xc000af6f88, 0x6}, 0xc000898a00, {{{0x3d75810?, 0xc0009171b0?}}, {0x0?, 0x0?}}, {{{0x3d75810, 0xc000c04200}}, {0x2f38d40, ...}}, ...) | |
/home/runner/work/terraform/terraform/internal/plans/objchange/plan_valid.go:267 +0x32b | |
github.com/hashicorp/terraform/internal/plans/objchange.assertPlannedAttrsValid(0x0?, {{{0x3d75810?, 0xc0009171b0?}}, {0x0?, 0x0?}}, {{{0x3d75810?, 0xc000c04200?}}, {0x2f38d40?, 0xc00098e990?}}, {{{0x3d75810, ...}}, ...}, ...) | |
/home/runner/work/terraform/terraform/internal/plans/objchange/plan_valid.go:252 +0x23c | |
github.com/hashicorp/terraform/internal/plans/objchange.assertPlanValid(0xc000537470, {{{0x3d75810?, 0xc0009171b0?}}, {0x0?, 0x0?}}, {{{0x3d75810?, 0xc000c04200?}}, {0x2f38d40?, 0xc00098e990?}}, {{{0x3d75810, ...}}, ...}, ...) | |
/home/runner/work/terraform/terraform/internal/plans/objchange/plan_valid.go:60 +0x3a5 | |
github.com/hashicorp/terraform/internal/plans/objchange.AssertPlanValid(...) | |
/home/runner/work/terraform/terraform/internal/plans/objchange/plan_valid.go:39 | |
github.com/hashicorp/terraform/internal/terraform.(*NodeAbstractResourceInstance).plan(0xc0004318c8, {0x3d985e8, 0xc00031c4b0}, 0x0, 0x0, 0x0, {0x0, 0x0, 0x0?}) | |
/home/runner/work/terraform/terraform/internal/terraform/node_resource_abstract_instance.go:955 +0x2207 | |
github.com/hashicorp/terraform/internal/terraform.(*NodePlannableResourceInstance).managedResourceExecute(0xc000c0a2c0, {0x3d985e8, 0xc00031c4b0}) | |
/home/runner/work/terraform/terraform/internal/terraform/node_resource_plan_instance.go:250 +0x1395 | |
github.com/hashicorp/terraform/internal/terraform.(*NodePlannableResourceInstance).Execute(0x18?, {0x3d985e8?, 0xc00031c4b0?}, 0x70?) | |
/home/runner/work/terraform/terraform/internal/terraform/node_resource_plan_instance.go:75 +0x8a | |
github.com/hashicorp/terraform/internal/terraform.(*ContextGraphWalker).Execute(0xc000a1c000, {0x3d985e8, 0xc00031c4b0}, {0x706572f60400, 0xc000c0a2c0}) | |
/home/runner/work/terraform/terraform/internal/terraform/graph_walk_context.go:153 +0xbb | |
github.com/hashicorp/terraform/internal/terraform.(*Graph).walk.func1({0x34690a0, 0xc000c0a2c0}) | |
/home/runner/work/terraform/terraform/internal/terraform/graph.go:112 +0x62a | |
github.com/hashicorp/terraform/internal/dag.(*Walker).walkVertex(0xc000e35800, {0x34690a0, 0xc000c0a2c0}, 0xc000a76780) | |
/home/runner/work/terraform/terraform/internal/dag/walk.go:384 +0x2d7 | |
created by github.com/hashicorp/terraform/internal/dag.(*Walker).Update in goroutine 48 | |
/home/runner/work/terraform/terraform/internal/dag/walk.go:307 +0xff3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment