{ "version": 4, "terraform_version": "1.5.5", "serial": 339, "lineage": "e624f77c-198c-bb2c-acda-ac4332199386", "outputs": { "db_endpoint": { "value": "db-3.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-50589c2cea57a9c73", "ami": "ami-bdac0de5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d00c1e2d"], "subnet_id": "subnet-84c54f81", "key_name": "prod-deploy-key" } } ] } ] }