{ "version": 4, "terraform_version": "1.6.7", "serial": 360, "lineage": "91a0245d-3b75-02d7-bdf9-a76965709c45", "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-f970f0d98fec519f4", "ami": "ami-d16dfbd4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-41ebcf18"], "subnet_id": "subnet-91f03b6a", "key_name": "prod-deploy-key" } } ] } ] }