{ "version": 4, "terraform_version": "1.7.5", "serial": 297, "lineage": "7ce41f89-cad6-0521-4f7c-8c1ef002c421", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-34db18a249e51b671", "ami": "ami-1d267c7f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a7f0ff9b"], "subnet_id": "subnet-e748b51b", "key_name": "prod-deploy-key" } } ] } ] }