{ "version": 4, "terraform_version": "1.7.5", "serial": 387, "lineage": "69cdac67-174f-af50-2f76-0506deef2470", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-25aeb3269a030c388", "ami": "ami-22690def", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-671f8dbc"], "subnet_id": "subnet-978fb298", "key_name": "prod-deploy-key" } } ] } ] }