{ "version": 4, "terraform_version": "1.6.2", "serial": 372, "lineage": "47c9e845-36f9-d9c0-5f21-d29998babb94", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-4a71763b961891de8", "ami": "ami-29b1ed66", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-34d1c835"], "subnet_id": "subnet-8f5d4e08", "key_name": "prod-deploy-key" } } ] } ] }