{ "version": 4, "terraform_version": "1.7.9", "serial": 526, "lineage": "8355d27f-93b1-d5b0-1e1b-6fb12dc72c21", "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-7b4e51a2b4b50cf14", "ami": "ami-4e70803e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-170f6e90"], "subnet_id": "subnet-fe6305d7", "key_name": "prod-deploy-key" } } ] } ] }