{ "version": 4, "terraform_version": "1.6.6", "serial": 130, "lineage": "26470941-cf2e-1a5b-8078-1a3d895d320f", "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-6f243b904504d82b5", "ami": "ami-a7bcc6a9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-83c02e45"], "subnet_id": "subnet-56800ecd", "key_name": "prod-deploy-key" } } ] } ] }