{ "version": 4, "terraform_version": "1.8.3", "serial": 138, "lineage": "1b9f22ba-2c1a-5bc4-5384-7cef106d9715", "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-829ae3d7850660e39", "ami": "ami-f783d603", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-df6c580a"], "subnet_id": "subnet-42f3217c", "key_name": "prod-deploy-key" } } ] } ] }