{ "version": 4, "terraform_version": "1.5.4", "serial": 515, "lineage": "e4365d3b-abc1-27c3-d10d-54e2163ced23", "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-4c35de3c5798b818f", "ami": "ami-3fe80a49", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-17500c0a"], "subnet_id": "subnet-ed8c1f57", "key_name": "prod-deploy-key" } } ] } ] }