{ "version": 4, "terraform_version": "1.8.1", "serial": 590, "lineage": "b1dda852-8e8b-1b97-b66d-b95194cb44b4", "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-cf64255694585bda8", "ami": "ami-25850bc6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b7decb62"], "subnet_id": "subnet-4e7c7d3f", "key_name": "prod-deploy-key" } } ] } ] }