{ "version": 4, "terraform_version": "1.6.9", "serial": 105, "lineage": "74e05b92-46d3-7b7e-7e9d-f91981548471", "outputs": { "db_endpoint": { "value": "db-3.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-764e968721cc28acb", "ami": "ami-db20ca62", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-54ea82fa"], "subnet_id": "subnet-a2ffc02c", "key_name": "prod-deploy-key" } } ] } ] }