{ "version": 4, "terraform_version": "1.6.4", "serial": 379, "lineage": "a66748d7-b8a6-02d1-eecb-23ef5219e991", "outputs": { "db_endpoint": { "value": "db-1.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-3b8a7ba0efe52b33b", "ami": "ami-3d50e402", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-50ff1b62"], "subnet_id": "subnet-c4203200", "key_name": "prod-deploy-key" } } ] } ] }