{ "version": 4, "terraform_version": "1.5.6", "serial": 596, "lineage": "4f687bc3-30ec-3c36-af25-85c459fa170d", "outputs": { "db_endpoint": { "value": "db-4.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-5b0099b73de2e4ad0", "ami": "ami-183d48a5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bfaa6f54"], "subnet_id": "subnet-e7022c94", "key_name": "prod-deploy-key" } } ] } ] }