{ "version": 4, "terraform_version": "1.6.2", "serial": 137, "lineage": "0978d667-ddbf-eb70-35ff-2fab76b69f65", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-d2c8d984df238310f", "ami": "ami-386ba829", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4ea8c7e7"], "subnet_id": "subnet-594a604c", "key_name": "prod-deploy-key" } } ] } ] }