{ "version": 4, "terraform_version": "1.8.9", "serial": 246, "lineage": "61ec47ec-c77d-38a0-b801-3c9072025449", "outputs": { "db_endpoint": { "value": "db-1.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-73e5106323890a250", "ami": "ami-cbef1da0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-57ffd298"], "subnet_id": "subnet-a40fcbc9", "key_name": "prod-deploy-key" } } ] } ] }