{ "version": 4, "terraform_version": "1.8.1", "serial": 122, "lineage": "57066794-c3df-8b58-70f1-c925f890119d", "outputs": { "db_endpoint": { "value": "db-4.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-d034d599f9ed23bf4", "ami": "ami-d60b6584", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-80e0e3dc"], "subnet_id": "subnet-ffb53b4d", "key_name": "prod-deploy-key" } } ] } ] }