{ "version": 4, "terraform_version": "1.6.6", "serial": 338, "lineage": "6f9d99cf-6338-d1a4-ebd4-b922d7473a3e", "outputs": { "db_endpoint": { "value": "db-0.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-5bfce1fe1ed9fb89a", "ami": "ami-f6be87d7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2ec7119b"], "subnet_id": "subnet-a54e0720", "key_name": "prod-deploy-key" } } ] } ] }