{ "version": 4, "terraform_version": "1.8.1", "serial": 365, "lineage": "d8e95fd6-29dc-b12b-c067-d3b0afcc8e2c", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b20f907cc9561ec9f", "ami": "ami-2158aa9c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-65860537"], "subnet_id": "subnet-c0fa0740", "key_name": "prod-deploy-key" } } ] } ] }