{ "version": 4, "terraform_version": "1.6.9", "serial": 588, "lineage": "2b399a16-257f-e9dc-892c-4cc1a80a16df", "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-b85512af5077b3f7b", "ami": "ami-225c2c3b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e85620ed"], "subnet_id": "subnet-ddc1330b", "key_name": "prod-deploy-key" } } ] } ] }