{ "version": 4, "terraform_version": "1.6.4", "serial": 312, "lineage": "e2cff7fb-9427-0f5b-c5f0-776f56d4338e", "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-b882605baf16d16a0", "ami": "ami-ab185dbc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c878d104"], "subnet_id": "subnet-3b8e5e87", "key_name": "prod-deploy-key" } } ] } ] }