{ "version": 4, "terraform_version": "1.5.4", "serial": 510, "lineage": "3999a098-c942-bd46-8f9a-5b485f44e475", "outputs": { "db_endpoint": { "value": "db-2.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-6c7771285c7370a68", "ami": "ami-df18902d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4f61b289"], "subnet_id": "subnet-32cf28e4", "key_name": "prod-deploy-key" } } ] } ] }