{ "version": 4, "terraform_version": "1.5.6", "serial": 278, "lineage": "570c807c-7e4d-53c7-0be1-2b0b518059ed", "outputs": { "db_endpoint": { "value": "db-4.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-427c4835fc3b49727", "ami": "ami-86f1d5cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d3b7d749"], "subnet_id": "subnet-c966a17c", "key_name": "prod-deploy-key" } } ] } ] }