{ "version": 4, "terraform_version": "1.7.0", "serial": 568, "lineage": "e6682218-3e5e-0c48-f4fe-6fd749864b46", "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-c3c33d6179eeaa961", "ami": "ami-3fff643b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8cfdea5e"], "subnet_id": "subnet-a9c42ac5", "key_name": "prod-deploy-key" } } ] } ] }