{ "version": 4, "terraform_version": "1.7.2", "serial": 121, "lineage": "77c4fe4a-3d35-c233-1010-2706298d31bf", "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-216b441d8d1cb4013", "ami": "ami-500f9a3b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-74493aac"], "subnet_id": "subnet-15770ea9", "key_name": "prod-deploy-key" } } ] } ] }