{ "version": 4, "terraform_version": "1.7.2", "serial": 589, "lineage": "0e6a7ba3-5b43-9212-9efd-6fd40913eb1a", "outputs": { "db_endpoint": { "value": "db-0.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-51903ea0638147637", "ami": "ami-284be726", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d89bb61d"], "subnet_id": "subnet-a4128f13", "key_name": "prod-deploy-key" } } ] } ] }