{ "version": 4, "terraform_version": "1.5.6", "serial": 238, "lineage": "38747d46-20aa-4434-66ff-0b070a1044ee", "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-5f08456c79cc2d1e8", "ami": "ami-a5220b71", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0880f566"], "subnet_id": "subnet-49aac6f3", "key_name": "prod-deploy-key" } } ] } ] }