{ "version": 4, "terraform_version": "1.7.7", "serial": 143, "lineage": "c59ca514-cdba-273e-324d-a567dc0ad79b", "outputs": { "db_endpoint": { "value": "db-2.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-ac793165e03678ad6", "ami": "ami-7e811266", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-089c172f"], "subnet_id": "subnet-bf57c29a", "key_name": "prod-deploy-key" } } ] } ] }