{ "version": 4, "terraform_version": "1.5.5", "serial": 198, "lineage": "34248a4e-3fc8-7347-7028-413c71d4bc00", "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-2b313d9b44f57c005", "ami": "ami-87811af2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e833bb51"], "subnet_id": "subnet-9e52f7e2", "key_name": "prod-deploy-key" } } ] } ] }