{ "version": 4, "terraform_version": "1.8.0", "serial": 392, "lineage": "149fcd85-ea44-69f7-7380-959c27726309", "outputs": { "db_endpoint": { "value": "db-3.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-b5fbf3cf2bb1aa08b", "ami": "ami-0b4bcb22", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ef6c137b"], "subnet_id": "subnet-ce52a7fc", "key_name": "prod-deploy-key" } } ] } ] }