{ "version": 4, "terraform_version": "1.7.8", "serial": 204, "lineage": "bf77da5d-d2ca-2a71-7e2a-b30afeb20018", "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-3b20f0403be118daa", "ami": "ami-691d26dd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d0f1c0ef"], "subnet_id": "subnet-e0b2d06d", "key_name": "prod-deploy-key" } } ] } ] }