{ "version": 4, "terraform_version": "1.7.6", "serial": 104, "lineage": "31af16c5-ed66-59c0-bde4-ac607a3cc948", "outputs": { "db_endpoint": { "value": "db-0.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-d9353513f8d0e5a4a", "ami": "ami-c0860d2e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-83b94dc0"], "subnet_id": "subnet-3814d181", "key_name": "prod-deploy-key" } } ] } ] }