{ "version": 4, "terraform_version": "1.6.3", "serial": 517, "lineage": "4a7c848a-d00d-f6d1-8735-e4444872157c", "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-c46e52f4ad6990389", "ami": "ami-b9c94c5d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-737e6b3e"], "subnet_id": "subnet-6a2e5db6", "key_name": "prod-deploy-key" } } ] } ] }