{ "version": 4, "terraform_version": "1.5.6", "serial": 267, "lineage": "59c04dde-9a9b-1702-0d1d-a8176133caa0", "outputs": { "db_endpoint": { "value": "db-2.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-8b3fc2b8c3d80aa4c", "ami": "ami-8d36fa09", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fba52216"], "subnet_id": "subnet-fac53319", "key_name": "prod-deploy-key" } } ] } ] }