{ "version": 4, "terraform_version": "1.7.0", "serial": 395, "lineage": "22c66a8f-c6d5-6c7d-e75a-f1ec1ca27650", "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-7f096363a1b900f34", "ami": "ami-1c0a492a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-82a3fd77"], "subnet_id": "subnet-706c3d00", "key_name": "prod-deploy-key" } } ] } ] }