{ "version": 4, "terraform_version": "1.7.2", "serial": 115, "lineage": "1b6d73cf-8cd1-4a19-8552-1c26669a0305", "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-41d4646f8e56f1e7c", "ami": "ami-7c11d587", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a879b5a1"], "subnet_id": "subnet-3784b802", "key_name": "prod-deploy-key" } } ] } ] }