{ "version": 4, "terraform_version": "1.5.1", "serial": 282, "lineage": "bd477ebf-43c8-4bae-1d17-d5d8b1babce3", "outputs": { "db_endpoint": { "value": "db-0.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-50669b753f39f5c2a", "ami": "ami-5c2dd538", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-89a03347"], "subnet_id": "subnet-21520e1a", "key_name": "prod-deploy-key" } } ] } ] }