{ "version": 4, "terraform_version": "1.7.1", "serial": 406, "lineage": "fb9fc4bd-1317-bd41-bead-60cf9c73c0c9", "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-0639a47f2807b1981", "ami": "ami-2537abda", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f420dc6"], "subnet_id": "subnet-c581939d", "key_name": "prod-deploy-key" } } ] } ] }