Hi Team,
Mentioned task has been completed.
Validation Failed with the exception: Resources have not been created using ‘terraform’.
Find the creation outputs:
aws opensearch describe-domain --domain-name xfusion-es
{
“DomainStatus”: {
“DomainId”: “000000000000/xfusion-es”,
“DomainName”: “xfusion-es”,
“ARN”: “arn:aws:es:us-east-1:000000000000:domain/xfusion-es”,
“Created”: true,
“Deleted”: false,
“Endpoint”: “xfusion-es.us-east-1.opensearch.localhost.localstack.cloud:4566”,
“Processing”: false,
“UpgradeProcessing”: false,
“EngineVersion”: “OpenSearch_1.3”,
“ClusterConfig”: {
“InstanceType”: “m3.medium.search”,
“InstanceCount”: 1,
“DedicatedMasterEnabled”: true,
“ZoneAwarenessEnabled”: false,
“DedicatedMasterType”: “m3.medium.search”,
“DedicatedMasterCount”: 1,
“WarmEnabled”: false,
“ColdStorageOptions”: {
“Enabled”: false
}
},
“EBSOptions”: {
“EBSEnabled”: true,
“VolumeType”: “gp2”,
“VolumeSize”: 10,
“Iops”: 0
},
“AccessPolicies”: “”,
“SnapshotOptions”: {
“AutomatedSnapshotStartHour”: 0
},
“CognitoOptions”: {
“Enabled”: false
},
“EncryptionAtRestOptions”: {
“Enabled”: false
},
“NodeToNodeEncryptionOptions”: {
“Enabled”: false
},
“AdvancedOptions”: {
“override_main_response_version”: “false”,
“rest.action.multi.allow_explicit_index”: “true”
},
“ServiceSoftwareOptions”: {
“CurrentVersion”: “”,
“NewVersion”: “”,
“UpdateAvailable”: false,
“Cancellable”: false,
“UpdateStatus”: “COMPLETED”,
“Description”: “There is no software update available for this domain.”,
“AutomatedUpdateDate”: 0.0,
“OptionalDeployment”: true
},
“DomainEndpointOptions”: {
“EnforceHTTPS”: false,
“TLSSecurityPolicy”: “Policy-Min-TLS-1-0-2019-07”,
“CustomEndpointEnabled”: false
},
“AdvancedSecurityOptions”: {
“Enabled”: false,
“InternalUserDatabaseEnabled”: false
},
“AutoTuneOptions”: {
“State”: “ENABLE_IN_PROGRESS”
}
}
}