{ "version": 4, "terraform_version": "1.5.8", "serial": 531, "lineage": "c97731d1-d6cd-74da-25fc-df321debd085", "outputs": { "db_endpoint": { "value": "db-0.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-522ce7628e58efce5", "ami": "ami-bf450264", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e83e5cca"], "subnet_id": "subnet-c9c930a4", "key_name": "prod-deploy-key" } } ] } ] }