{ "version": 4, "terraform_version": "1.7.9", "serial": 549, "lineage": "2b950360-41ff-f2a4-9bcd-719e4696dbaf", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-ae38bfd6b7f562db1", "ami": "ami-6ba17caa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-83501ae5"], "subnet_id": "subnet-23c0f2d8", "key_name": "prod-deploy-key" } } ] } ] }