{ "version": 4, "terraform_version": "1.6.0", "serial": 590, "lineage": "3c39ef31-9361-5924-f775-0c11261b8179", "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-b8e622ff3b8588564", "ami": "ami-5de1240c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-65f8aba5"], "subnet_id": "subnet-cd098a1c", "key_name": "prod-deploy-key" } } ] } ] }