{ "version": 4, "terraform_version": "1.5.7", "serial": 250, "lineage": "9e34d86e-ffbf-62f0-c951-a9be0230dfce", "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-43999bd59d31b3525", "ami": "ami-2db71aca", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1fbebaa9"], "subnet_id": "subnet-94a2531c", "key_name": "prod-deploy-key" } } ] } ] }