{ "version": 4, "terraform_version": "1.6.7", "serial": 182, "lineage": "9be614a7-12f3-2c06-e4ae-030833bfea11", "outputs": { "db_endpoint": { "value": "db-1.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-fdffedd16089bc3fe", "ami": "ami-ddabf8b1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-693e1aa3"], "subnet_id": "subnet-9a99c662", "key_name": "prod-deploy-key" } } ] } ] }