{ "version": 4, "terraform_version": "1.8.7", "serial": 131, "lineage": "26820190-f25a-0bf8-77e6-a37ce915d6c4", "outputs": { "db_endpoint": { "value": "db-2.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-537f2f10949d705a6", "ami": "ami-7cac1bd2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-34826d35"], "subnet_id": "subnet-8714bdd6", "key_name": "prod-deploy-key" } } ] } ] }