{ "version": 4, "terraform_version": "1.8.1", "serial": 469, "lineage": "2a36c05a-67c0-ddac-b3f2-0c395658b37a", "outputs": { "db_endpoint": { "value": "db-4.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-c0102f8548fc38359", "ami": "ami-643cd326", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-049ee8de"], "subnet_id": "subnet-3e0ed4e0", "key_name": "prod-deploy-key" } } ] } ] }