{ "version": 4, "terraform_version": "1.6.7", "serial": 165, "lineage": "e63ac00d-d5a1-6bb9-809d-eca6015e93e4", "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-b5f572bdf96a78400", "ami": "ami-32a87733", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-98d805e6"], "subnet_id": "subnet-4f3ef87a", "key_name": "prod-deploy-key" } } ] } ] }