{ "version": 4, "terraform_version": "1.6.7", "serial": 484, "lineage": "9ddceca0-f1b2-205e-0783-c1f1e8bc22c2", "outputs": { "db_endpoint": { "value": "db-3.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-193de971916292319", "ami": "ami-c72510af", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-942088d5"], "subnet_id": "subnet-c701025b", "key_name": "prod-deploy-key" } } ] } ] }