{ "version": 4, "terraform_version": "1.7.2", "serial": 202, "lineage": "a59364ac-bd3d-b2aa-7e3e-b273db6f908c", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-7877c343e801045fd", "ami": "ami-e5697eb0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a7d48365"], "subnet_id": "subnet-6059308e", "key_name": "prod-deploy-key" } } ] } ] }