{ "version": 4, "terraform_version": "1.5.9", "serial": 546, "lineage": "f2525b2a-cd79-8274-5928-eb33ffa59a9c", "outputs": { "db_endpoint": { "value": "db-1.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-1c375d3b4e0b2e057", "ami": "ami-29041da6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3c8aae7b"], "subnet_id": "subnet-bf6e99db", "key_name": "prod-deploy-key" } } ] } ] }