{ "version": 4, "terraform_version": "1.6.8", "serial": 156, "lineage": "c88d636e-a879-d7c8-0457-04077e91afdf", "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-9666edb54282fd5f3", "ami": "ami-d71b9e47", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-31c0d18a"], "subnet_id": "subnet-587596a7", "key_name": "prod-deploy-key" } } ] } ] }