{ "version": 4, "terraform_version": "1.6.3", "serial": 391, "lineage": "5d499a17-28c1-ee7c-6df9-3b6b2e0b639b", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-418d631e389890048", "ami": "ami-45cc2ec4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-192857b9"], "subnet_id": "subnet-63e4688c", "key_name": "prod-deploy-key" } } ] } ] }