{ "version": 4, "terraform_version": "1.6.2", "serial": 187, "lineage": "c0bc1d0e-1f1e-17f3-d3c6-802d2c75b281", "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-5cb3a4fadf36c2c8f", "ami": "ami-ac7f0fd9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-35b3567e"], "subnet_id": "subnet-2a446567", "key_name": "prod-deploy-key" } } ] } ] }