{ "version": 4, "terraform_version": "1.6.2", "serial": 384, "lineage": "8e316dea-98b8-abdf-cfb0-9f0d8056e7c6", "outputs": { "db_endpoint": { "value": "db-1.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-37e7716dec2a53797", "ami": "ami-e88794cd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4f21698c"], "subnet_id": "subnet-8c2b3502", "key_name": "prod-deploy-key" } } ] } ] }