{ "version": 4, "terraform_version": "1.8.6", "serial": 546, "lineage": "6c3ac7b4-26be-d360-8f3d-eea38af8a9a1", "outputs": { "db_endpoint": { "value": "db-1.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-5f60155f6517b5b24", "ami": "ami-9e797a96", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ebe59590"], "subnet_id": "subnet-ce6f6050", "key_name": "prod-deploy-key" } } ] } ] }