{ "version": 4, "terraform_version": "1.5.6", "serial": 511, "lineage": "2971a670-b3d7-69dc-27b6-e54bb1083a3b", "outputs": { "db_endpoint": { "value": "db-0.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-392f3ee22de028b1e", "ami": "ami-abdaae80", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a1d568ba"], "subnet_id": "subnet-71f0dba5", "key_name": "prod-deploy-key" } } ] } ] }