{ "version": 4, "terraform_version": "1.6.9", "serial": 374, "lineage": "1599c0d2-ab67-21ab-59e6-a5ebb2be3960", "outputs": { "db_endpoint": { "value": "db-3.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-e0d9c623083499b28", "ami": "ami-807aaddf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3d639ac1"], "subnet_id": "subnet-e4864edd", "key_name": "prod-deploy-key" } } ] } ] }