{ "version": 4, "terraform_version": "1.5.5", "serial": 238, "lineage": "d32d173c-0450-2aca-ca9f-207d1575d83a", "outputs": { "db_endpoint": { "value": "db-4.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-83c6f56df939ad6e2", "ami": "ami-56b0ebc9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fe4a8c2a"], "subnet_id": "subnet-f22835d8", "key_name": "prod-deploy-key" } } ] } ] }