{ "version": 4, "terraform_version": "1.5.4", "serial": 204, "lineage": "90a7b6ef-8ba6-8bba-967b-7affe7ccf21d", "outputs": { "db_endpoint": { "value": "db-0.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-02fdb76afeae36a60", "ami": "ami-b5fd01a1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-27bb144d"], "subnet_id": "subnet-9adfb205", "key_name": "prod-deploy-key" } } ] } ] }