{ "version": 4, "terraform_version": "1.8.8", "serial": 206, "lineage": "68a76c8b-a778-8052-5d6f-6bc4d223a893", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c41bf33c59cf734c6", "ami": "ami-cae976b0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0c5f5cb0"], "subnet_id": "subnet-3d1370bc", "key_name": "prod-deploy-key" } } ] } ] }