{ "version": 4, "terraform_version": "1.6.6", "serial": 228, "lineage": "a1885494-1557-18f9-1a8f-b9c2d3231e90", "outputs": { "db_endpoint": { "value": "db-1.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-e9dbc74534a51889e", "ami": "ami-d66094f2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-85682528"], "subnet_id": "subnet-d7a64409", "key_name": "prod-deploy-key" } } ] } ] }