{ "version": 4, "terraform_version": "1.8.4", "serial": 592, "lineage": "4d4e1144-4e8c-6a7b-eaaa-5937436673f7", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1a1c0f0e8128a1da1", "ami": "ami-46c4482c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3f9d99d4"], "subnet_id": "subnet-034aaff5", "key_name": "prod-deploy-key" } } ] } ] }