{ "version": 4, "terraform_version": "1.5.5", "serial": 296, "lineage": "beb948e0-9a99-6e35-7be5-c845addab6a7", "outputs": { "db_endpoint": { "value": "db-0.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-1a8b9f6b63e04509b", "ami": "ami-a6d6d470", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e5e90afb"], "subnet_id": "subnet-19e7ba8c", "key_name": "prod-deploy-key" } } ] } ] }