{ "version": 4, "terraform_version": "1.6.7", "serial": 176, "lineage": "44955e33-5d1a-c0ee-5a8d-5973f1d39a4a", "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-e6e140b5706435d24", "ami": "ami-e4c7aec1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-152a3522"], "subnet_id": "subnet-5a755cb2", "key_name": "prod-deploy-key" } } ] } ] }