{ "version": 4, "terraform_version": "1.5.4", "serial": 470, "lineage": "65fc4dd4-18f2-29f7-6e41-45f00248e7a4", "outputs": { "db_endpoint": { "value": "db-4.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-df8c9fbdbecfc9122", "ami": "ami-6c5f7a41", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-488f1249"], "subnet_id": "subnet-3b7badcb", "key_name": "prod-deploy-key" } } ] } ] }