{ "version": 4, "terraform_version": "1.6.7", "serial": 193, "lineage": "9969910a-e2e0-ceda-5aaa-6c0119da2d03", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-77d2aaec401c17d76", "ami": "ami-34407fc9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-180fb3de"], "subnet_id": "subnet-56de7713", "key_name": "prod-deploy-key" } } ] } ] }