{ "version": 4, "terraform_version": "1.7.1", "serial": 231, "lineage": "c03e25bf-376d-15cf-18f3-8dd6abcf99f8", "outputs": { "db_endpoint": { "value": "db-3.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-02a213ce9ce017034", "ami": "ami-57bc0888", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fe658bc6"], "subnet_id": "subnet-45b7a55a", "key_name": "prod-deploy-key" } } ] } ] }