{ "version": 4, "terraform_version": "1.5.1", "serial": 183, "lineage": "5b08f7e6-8b44-782f-af50-f678dbd89d4f", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c312eb03805873097", "ami": "ami-6dfddcbe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cb6902cb"], "subnet_id": "subnet-8c5f1b01", "key_name": "prod-deploy-key" } } ] } ] }